Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-3823 (GCVE-0-2023-3823)
Vulnerability from cvelistv5
{
  "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."
        }
      ],
      "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-09-05T22:06:18.333Z",
        "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; });"
        }
      ],
      "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": "2025-02-13T17:01:48.139Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-3823\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2023-08-11T06:15:09.283\",\"lastModified\":\"2025-02-13T17:16:59.300\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"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.\"},{\"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\":\"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\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":4.7},{\"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\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"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\"]},{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230825-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
  }
}
  CERTFR-2023-AVI-0756
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découverte dans TrendMicro Deep Discovery Inspector. Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un contournement de la politique de sécurité et une atteinte à l'intégrité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Trend Micro | Deep Discovery Inspector | TrendMicro Deep Discovery Inspector (DDI) versions 5.7 et supérieures, antérieures à 6.5 CP 1166 ou 6.6 CP 1080 | 
| Title | Publication Time | Tags | |
|---|---|---|---|
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "TrendMicro Deep Discovery Inspector (DDI) versions 5.7 et sup\u00e9rieures, ant\u00e9rieures \u00e0 6.5 CP 1166 ou 6.6 CP 1080",
      "product": {
        "name": "Deep Discovery Inspector",
        "vendor": {
          "name": "Trend Micro",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": null,
  "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
  "cves": [
    {
      "name": "CVE-2023-3823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823"
    },
    {
      "name": "CVE-2023-3824",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824"
    }
  ],
  "initial_release_date": "2023-09-18T00:00:00",
  "last_revision_date": "2023-09-18T00:00:00",
  "links": [
    {
      "title": "Bulletin de s\u00e9curit\u00e9 TrendMicro\u00a0000294707 du 15 septembre 2023",
      "url": "https://success.trendmicro.com/dcx/s/solution/000294707?language=en_US"
    }
  ],
  "reference": "CERTFR-2023-AVI-0756",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2023-09-18T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couverte dans TrendMicro Deep\nDiscovery Inspector. Elles permettent \u00e0 un attaquant de provoquer une\nex\u00e9cution de code arbitraire \u00e0 distance, un contournement de la\npolitique de s\u00e9curit\u00e9 et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.\n",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans TrendMicro Deep Discovery Inspector",
  "vendor_advisories": [
    {
      "published_at": null,
      "title": "Bulletin de s\u00e9curit\u00e9 TrendMicro 000294707 du 15 septembre 2023",
      "url": null
    }
  ]
}
  CERTFR-2023-AVI-0669
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
| 
 | |||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "PHP versions 8.2.x ant\u00e9rieures \u00e0 8.2.9",
      "product": {
        "name": "PHP",
        "vendor": {
          "name": "PHP",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": null,
  "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
  "cves": [
    {
      "name": "CVE-2023-3823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823"
    },
    {
      "name": "CVE-2023-3824",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824"
    }
  ],
  "initial_release_date": "2023-08-21T00:00:00",
  "last_revision_date": "2023-08-21T00:00:00",
  "links": [],
  "reference": "CERTFR-2023-AVI-0669",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2023-08-21T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur et un contournement de la politique de s\u00e9curit\u00e9.\n",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
  "vendor_advisories": [
    {
      "published_at": null,
      "title": "Bulletin de s\u00e9curit\u00e9 PHP 8.2.9 du 16 ao\u00fbt 2023",
      "url": "https://www.php.net/ChangeLog-8.php#8.2.9"
    }
  ]
}
  CERTFR-2023-AVI-0621
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
| 
 | |||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "PHP versions 8.1.x ant\u00e9rieures \u00e0 8.1.22",
      "product": {
        "name": "PHP",
        "vendor": {
          "name": "PHP",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": null,
  "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
  "cves": [
    {
      "name": "CVE-2023-3823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823"
    },
    {
      "name": "CVE-2023-3824",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824"
    }
  ],
  "initial_release_date": "2023-08-04T00:00:00",
  "last_revision_date": "2023-08-04T00:00:00",
  "links": [],
  "reference": "CERTFR-2023-AVI-0621",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2023-08-04T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur et un contournement de la politique de s\u00e9curit\u00e9.\n",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
  "vendor_advisories": [
    {
      "published_at": null,
      "title": "Bulletin de s\u00e9curit\u00e9 PHP 8.1.22 du 03 ao\u00fbt 2023",
      "url": "https://www.php.net/ChangeLog-8.php#8.1.22"
    }
  ]
}
  CERTFR-2024-AVI-0866
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Juniper Networks. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Les versions suivantes de Junos OS et Junos OS Evolved sont à paraître : 22.2R3-S5, 22.3R3-S4, 24.2R2, 24.4R1, 22.2R3-S5-EVO, 22.3R3-S4-EVO, 24.2R2-EVO et 24.4R1-EVO
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Juniper Networks | Junos OS | Junos OS versions antérieures à 21.2R3-S1, 21.2R3-S7, 21.2R3-S8, 21.3R3, 21.3R3-S1, 21.4R2, 21.4R3, 21.4R3-S6, 21.4R3-S7, 21.4R3-S8, 21.4R3-S9, 22.1R1, 22.1R2, 22.1R3-S5, 22.1R3-S6, 22.2R1-S2, 22.2R2, 22.2R3-S3, 22.2R3-S4, 22.2R3-S5, 22.3R1, 22.3R3-S2, 22.3R3-S3, 22.3R3-S4, 22.4R3, 22.4R3-S2, 22.4R3-S3, 22.4R3-S4, 23.2R1, 23.2R2, 23.2R2-S1, 23.2R2-S2, 23.4R1, 23.4R1-S2, 23.4R2, 23.4R2-S1, 24.1R1, 24.2R1, 24.2R1-S1 et 24.2R2 | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions antérieures à 20.4R3-S9-EVO, 21.2R3-S7-EVO, 21.2R3-S8-EVO, 21.3R3-S5-EVO, 21.4R3-S5-EVO, 21.4R3-S7-EVO, 21.4R3-S8-EVO, 21.4R3-S9-EVO, 22.1R3-S5-EVO, 22.1R3-S6-EVO, 22.2R3-EVO, 22.2R3-S3-EVO, 22.2R3-S4-EVO, 22.3R3-EVO, 22.3R3-S2-EVO, 22.3R3-S3-EVO, 22.3R3-S4-EVO, 22.4R2-EVO, 22.4R3-EVO, 22.4R3-S1-EVO, 22.4R3-S2-EVO, 22.4R3-S3-EVO, 23.2R1-EVO, 23.2R1-S2-EVO, 23.2R2-EVO, 23.2R2-S1-EVO, 23.2R2-S2-EVO, 23.4R1-EVO, 23.4R1-S1-EVO, 23.4R1-S2-EVO, 23.4R2-EVO, 23.4R2-S1-EVO, 24.2R1-EVO, 24.2R1-EVO et 24.2R2-EVO | ||
| Juniper Networks | N/A | Junos Space 24.1R1 sans le correctif de sécurité Patch V1 et V2 | 
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "Junos OS versions ant\u00e9rieures \u00e0 21.2R3-S1, 21.2R3-S7, 21.2R3-S8, 21.3R3, 21.3R3-S1, 21.4R2, 21.4R3, 21.4R3-S6, 21.4R3-S7, 21.4R3-S8, 21.4R3-S9, 22.1R1, 22.1R2, 22.1R3-S5, 22.1R3-S6, 22.2R1-S2, 22.2R2, 22.2R3-S3, 22.2R3-S4, 22.2R3-S5, 22.3R1, 22.3R3-S2, 22.3R3-S3, 22.3R3-S4, 22.4R3, 22.4R3-S2, 22.4R3-S3, 22.4R3-S4, 23.2R1, 23.2R2, 23.2R2-S1, 23.2R2-S2, 23.4R1, 23.4R1-S2, 23.4R2, 23.4R2-S1, 24.1R1, 24.2R1, 24.2R1-S1 et 24.2R2",
      "product": {
        "name": "Junos OS",
        "vendor": {
          "name": "Juniper Networks",
          "scada": false
        }
      }
    },
    {
      "description": "Junos OS Evolved versions ant\u00e9rieures \u00e0 20.4R3-S9-EVO, 21.2R3-S7-EVO, 21.2R3-S8-EVO, 21.3R3-S5-EVO, 21.4R3-S5-EVO, 21.4R3-S7-EVO, 21.4R3-S8-EVO, 21.4R3-S9-EVO, 22.1R3-S5-EVO, 22.1R3-S6-EVO, 22.2R3-EVO, 22.2R3-S3-EVO, 22.2R3-S4-EVO, 22.3R3-EVO, 22.3R3-S2-EVO, 22.3R3-S3-EVO, 22.3R3-S4-EVO, 22.4R2-EVO, 22.4R3-EVO, 22.4R3-S1-EVO, 22.4R3-S2-EVO, 22.4R3-S3-EVO, 23.2R1-EVO, 23.2R1-S2-EVO, 23.2R2-EVO, 23.2R2-S1-EVO, 23.2R2-S2-EVO, 23.4R1-EVO, 23.4R1-S1-EVO, 23.4R1-S2-EVO, 23.4R2-EVO, 23.4R2-S1-EVO, 24.2R1-EVO, 24.2R1-EVO et 24.2R2-EVO",
      "product": {
        "name": "Junos OS Evolved",
        "vendor": {
          "name": "Juniper Networks",
          "scada": false
        }
      }
    },
    {
      "description": "Junos Space 24.1R1 sans le correctif de s\u00e9curit\u00e9 Patch V1 et V2",
      "product": {
        "name": "N/A",
        "vendor": {
          "name": "Juniper Networks",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "Les versions suivantes de Junos OS et Junos OS Evolved sont \u00e0 para\u00eetre : 22.2R3-S5, 22.3R3-S4, 24.2R2, 24.4R1, 22.2R3-S5-EVO, 22.3R3-S4-EVO, 24.2R2-EVO et 24.4R1-EVO",
  "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
  "cves": [
    {
      "name": "CVE-2016-1247",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-1247"
    },
    {
      "name": "CVE-2024-47501",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47501"
    },
    {
      "name": "CVE-2024-47496",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47496"
    },
    {
      "name": "CVE-2023-51385",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
    },
    {
      "name": "CVE-2024-47493",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47493"
    },
    {
      "name": "CVE-2024-39515",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39515"
    },
    {
      "name": "CVE-2021-3618",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-3618"
    },
    {
      "name": "CVE-2023-31124",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-31124"
    },
    {
      "name": "CVE-2023-3823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823"
    },
    {
      "name": "CVE-2023-32067",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-32067"
    },
    {
      "name": "CVE-2024-39525",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39525"
    },
    {
      "name": "CVE-2024-47498",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47498"
    },
    {
      "name": "CVE-2016-0746",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-0746"
    },
    {
      "name": "CVE-2023-44487",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
    },
    {
      "name": "CVE-2017-20005",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-20005"
    },
    {
      "name": "CVE-2024-39544",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39544"
    },
    {
      "name": "CVE-2016-4450",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-4450"
    },
    {
      "name": "CVE-2023-0568",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0568"
    },
    {
      "name": "CVE-2024-47489",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47489"
    },
    {
      "name": "CVE-2022-41741",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-41741"
    },
    {
      "name": "CVE-2024-47494",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47494"
    },
    {
      "name": "CVE-2024-39534",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39534"
    },
    {
      "name": "CVE-2024-47499",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47499"
    },
    {
      "name": "CVE-2022-41742",
      "url": "https://www.cve.org/CVERecord?id=CVE-2022-41742"
    },
    {
      "name": "CVE-2024-39526",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39526"
    },
    {
      "name": "CVE-2024-39547",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39547"
    },
    {
      "name": "CVE-2023-31147",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-31147"
    },
    {
      "name": "CVE-2024-47495",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47495"
    },
    {
      "name": "CVE-2019-20372",
      "url": "https://www.cve.org/CVERecord?id=CVE-2019-20372"
    },
    {
      "name": "CVE-2016-0747",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-0747"
    },
    {
      "name": "CVE-2021-23017",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-23017"
    },
    {
      "name": "CVE-2024-47490",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47490"
    },
    {
      "name": "CVE-2018-16845",
      "url": "https://www.cve.org/CVERecord?id=CVE-2018-16845"
    },
    {
      "name": "CVE-2024-47491",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47491"
    },
    {
      "name": "CVE-2017-7529",
      "url": "https://www.cve.org/CVERecord?id=CVE-2017-7529"
    },
    {
      "name": "CVE-2024-39527",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39527"
    },
    {
      "name": "CVE-2024-39563",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39563"
    },
    {
      "name": "CVE-2024-47502",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47502"
    },
    {
      "name": "CVE-2024-39516",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-39516"
    },
    {
      "name": "CVE-2024-47503",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47503"
    },
    {
      "name": "CVE-2023-0567",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0567"
    },
    {
      "name": "CVE-2024-47506",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47506"
    },
    {
      "name": "CVE-2023-0662",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-0662"
    },
    {
      "name": "CVE-2024-4741",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
    },
    {
      "name": "CVE-2016-0742",
      "url": "https://www.cve.org/CVERecord?id=CVE-2016-0742"
    },
    {
      "name": "CVE-2024-47504",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47504"
    },
    {
      "name": "CVE-2023-3824",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824"
    },
    {
      "name": "CVE-2023-31130",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-31130"
    },
    {
      "name": "CVE-2024-2511",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
    },
    {
      "name": "CVE-2024-47507",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47507"
    },
    {
      "name": "CVE-2024-47497",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-47497"
    }
  ],
  "initial_release_date": "2024-10-10T00:00:00",
  "last_revision_date": "2024-10-10T00:00:00",
  "links": [],
  "reference": "CERTFR-2024-AVI-0866",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2024-10-10T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "\u00c9l\u00e9vation de privil\u00e8ges"
    },
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Juniper Networks. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Juniper Networks",
  "vendor_advisories": [
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88112",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-Multiple-vulnerabilities-resolved-in-c-ares-1-18-1"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88121",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Due-to-a-race-condition-AgentD-process-causes-a-memory-corruption-and-FPC-reset-CVE-2024-47494"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88104",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-SRX-Series-Low-privileged-user-able-to-access-sensitive-information-on-file-system-CVE-2024-39527"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88107",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Multiple-vulnerabilities-resolved-in-OpenSSL"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88105",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-Connections-to-the-network-and-broadcast-address-accepted-CVE-2024-39534"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88134",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-SRX5000-Series-Receipt-of-a-specific-malformed-packet-will-cause-a-flowd-crash-CVE-2024-47504"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88123",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-MX-Series-The-PFE-will-crash-on-running-specific-command-CVE-2024-47496"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88128",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-QFX5000-Series-Configured-MAC-learning-and-move-limits-are-not-in-effect-CVE-2024-47498"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88106",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-Low-privileged-local-user-able-to-view-NETCONF-traceoptions-files-CVE-2024-39544"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88136",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-Specific-low-privileged-CLI-commands-and-SNMP-GET-requests-can-trigger-a-resource-leak"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88110",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-Space-Remote-Command-Execution-RCE-vulnerability-in-web-application-CVE-2024-39563"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88122",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-In-a-dual-RE-scenario-a-locally-authenticated-attacker-with-shell-privileges-can-take-over-the-device-CVE-2024-47495"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88124",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-SRX-Series-QFX-Series-MX-Series-and-EX-Series-Receiving-specific-HTTPS-traffic-causes-resource-exhaustion-CVE-2024-47497"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88111",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-ACX-Series-Receipt-of-specific-transit-protocol-packets-is-incorrectly-processed-by-the-RE-CVE-2024-47489"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88108",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-cRPD-Receipt-of-crafted-TCP-traffic-can-trigger-high-CPU-utilization-CVE-2024-39547"
    },
    {
      "published_at": "2024-10-16",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88100",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Junos-OS-and-Junos-OS-Evolved-Receipt-of-a-specifically-malformed-BGP-packet-causes-RPD-crash-when-segment-routing-is-enabled-CVE-2024-39516"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88131",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-MX304-MX-with-MPC10-11-LC9600-and-EX9200-with-EX9200-15C-In-a-VPLS-or-Junos-Fusion-scenario-specific-show-commands-cause-an-FPC-crash-CVE-2024-47501"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88099",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-With-BGP-traceoptions-enabled-receipt-of-specially-crafted-BGP-update-causes-RPD-crash-CVE-2024-39515"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88135",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Multiple-vulnerabilities-in-OSS-component-nginx-resolved"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88102",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-When-BGP-nexthop-traceoptions-is-enabled-receipt-of-specially-crafted-BGP-packet-causes-RPD-crash-CVE-2024-39525"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88116",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Receipt-of-a-specific-malformed-BGP-path-attribute-leads-to-an-RPD-crash-CVE-2024-47491"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88097",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-Space-OS-command-injection-vulnerability-in-OpenSSH-CVE-2023-51385"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88133",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-SRX4600-and-SRX5000-Series-Sequence-of-specific-PIM-packets-causes-a-flowd-crash-CVE-2024-47503"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88137",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-SRX-Series-A-large-amount-of-traffic-being-processed-by-ATP-Cloud-can-lead-to-a-PFE-crash-CVE-2024-47506"
    },
    {
      "published_at": "2024-10-15",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88119",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-SRX5K-SRX4600-and-MX-Series-Trio-based-FPCs-Continuous-physical-interface-flaps-causes-local-FPC-to-crash-CVE-2024-47493"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88103",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-MX-Series-with-MPC10-MPC11-LC9600-MX304-EX9200-PTX-Series-Receipt-of-malformed-DHCP-packets-causes-interfaces-to-stop-processing-packets-CVE-2024-39526"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88138",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-BGP-update-message-containing-aggregator-attribute-with-an-ASN-value-of-zero-0-is-accepted-CVE-2024-47507"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88129",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-a-BMP-scenario-receipt-of-a-malformed-AS-PATH-attribute-can-cause-an-RPD-core-CVE-2024-47499"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88115",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-ACX-7000-Series-Receipt-of-specific-transit-MPLS-packets-causes-resources-to-be-exhausted-CVE-2024-47490"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88120",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-J-Web-Multiple-vulnerabilities-resolved-in-PHP-software"
    },
    {
      "published_at": "2024-10-09",
      "title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA88132",
      "url": "https://supportportal.juniper.net/s/article/2024-10-Security-Bulletin-Junos-OS-Evolved-TCP-session-state-is-not-always-cleared-on-the-Routing-Engine-CVE-2024-47502"
    }
  ]
}
  CERTFR-2023-AVI-0628
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
| 
 | |||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "PHP versions 8.0.x ant\u00e9rieures \u00e0 8.0.30",
      "product": {
        "name": "PHP",
        "vendor": {
          "name": "PHP",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": null,
  "content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
  "cves": [
    {
      "name": "CVE-2023-3823",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823"
    },
    {
      "name": "CVE-2023-3824",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824"
    }
  ],
  "initial_release_date": "2023-08-07T00:00:00",
  "last_revision_date": "2023-08-07T00:00:00",
  "links": [],
  "reference": "CERTFR-2023-AVI-0628",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2023-08-07T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur et un contournement de la politique de s\u00e9curit\u00e9.\n",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
  "vendor_advisories": [
    {
      "published_at": null,
      "title": "Bulletin de s\u00e9curit\u00e9 PHP 8.0.30 du 04 ao\u00fbt 2023",
      "url": "https://www.php.net/ChangeLog-8.php#8.0.30"
    }
  ]
}
  rhsa-2023:5926
Vulnerability from csaf_redhat
Notes
{
  "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": "2025-10-28T01:49:08+00:00",
      "generator": {
        "date": "2025-10-28T01:49:08+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "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": "2025-10-28T01:49:08+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:10952
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\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: host/secure cookie bypass due to partial CVE-2022-31629 fix (CVE-2024-2756)\n\n* php: password_verify can erroneously return true, opening ATO risk (CVE-2024-3096)\n\n* php: Filter bypass in filter_var (FILTER_VALIDATE_URL) (CVE-2024-5458)\n\n* php: Erroneous parsing of multipart form data (CVE-2024-8925)\n\n* php: cgi.force_redirect configuration is bypassable due to the environment variable collision (CVE-2024-8927)\n\n* php: PHP-FPM Log Manipulation Vulnerability (CVE-2024-9026)\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:10952",
        "url": "https://access.redhat.com/errata/RHSA-2024:10952"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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": "external",
        "summary": "2275058",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275058"
      },
      {
        "category": "external",
        "summary": "2275061",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275061"
      },
      {
        "category": "external",
        "summary": "2291252",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291252"
      },
      {
        "category": "external",
        "summary": "2317049",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317049"
      },
      {
        "category": "external",
        "summary": "2317051",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317051"
      },
      {
        "category": "external",
        "summary": "2317144",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317144"
      },
      {
        "category": "external",
        "summary": "RHEL-66589",
        "url": "https://issues.redhat.com/browse/RHEL-66589"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10952.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:7.4 security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:49:13+00:00",
      "generator": {
        "date": "2025-10-28T01:49:13+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2024:10952",
      "initial_release_date": "2024-12-11T16:20:37+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:20:37+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:20:37+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:49:13+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.10.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": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
                "product": {
                  "name": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch (php:7.4)",
                  "product_id": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=noarch\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch (php:7.4)",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=noarch\u0026epoch=1\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026epoch=1\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4"
        },
        "product_reference": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.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-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: 1-byte array overrun in common path resolve code"
    },
    {
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: phar Buffer mismanagement"
    },
    {
      "cve": "CVE-2024-2756",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-04-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2275058"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An improper input validation vulnerability was found in PHP. Due to an incomplete fix to CVE-2022-31629, network and same-site attackers can set a standard insecure cookie in the victim\u0027s browser.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: host/secure cookie bypass due to partial CVE-2022-31629 fix",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The vulnerability in PHP, where an insecure cookie is misinterpreted as a __Host- or __Secure- cookie due to the incomplete fix for CVE-2022-31629, poses a moderate severity risk. While it allows attackers to set cookies with misleading prefixes, bypassing some cookie security measures, it does not directly enable remote code execution or escalate privileges. However, it can facilitate session hijacking or unauthorized access to certain web applications, potentially compromising user data or functionality. Additionally, its impact is limited to PHP applications that rely on cookie prefixes for security, which reduces its overall severity compared to more important vulnerabilities.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "RHBZ#2275058",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275058"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2756",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-wpj3-hf5j-x4v4",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-wpj3-hf5j-x4v4"
        }
      ],
      "release_date": "2024-04-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: host/secure cookie bypass due to partial CVE-2022-31629 fix"
    },
    {
      "cve": "CVE-2024-3096",
      "cwe": {
        "id": "CWE-626",
        "name": "Null Byte Interaction Error (Poison Null Byte)"
      },
      "discovery_date": "2024-04-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2275061"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A null byte interaction error vulnerability was found in PHP. If a password stored with password_hash starts with a null byte (\\x00), testing a blank string as the password via password_verify will incorrectly return true. If a user can create a password with a leading null byte (unlikely, but syntactically valid), an attacker could trivially compromise the victim\u0027s account by attempting to sign in with a blank string.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: password_verify can erroneously return true, opening ATO risk",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The identified issue with password_verify treating a null byte (\\x00) at the beginning of a stored hash as the end of the string, leading to incorrect verification of a blank password, is categorized as low severity due to its narrow exploitability and specific conditions required for successful exploitation. The presence of a null byte in the password is uncommon and unlikely to occur under normal user input or system-generated password scenarios. Additionally, modern web applications typically employ input validation and strict password policies that would prevent the creation of passwords with null byte prefixes.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "RHBZ#2275061",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275061"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3096",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-h746-cjrr-wfmr",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-h746-cjrr-wfmr"
        }
      ],
      "release_date": "2024-04-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "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:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: password_verify can erroneously return true, opening ATO risk"
    },
    {
      "cve": "CVE-2024-5458",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-06-10T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2291252"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In PHP versions\u00a08.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error, filtering functions such as filter_var when validating URLs\u00a0(FILTER_VALIDATE_URL) for certain types of URLs the function will result in invalid user information (username + password part of URLs) being treated as valid user information. This may lead to the downstream code accepting invalid URLs as valid and parsing them incorrectly.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Filter bypass in filter_var (FILTER_VALIDATE_URL)",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This flaw in PHP\u0027s filter_var function with FILTER_VALIDATE_URL constitutes a moderate severity issue because, while it allows URLs with invalid user information to be treated as valid, it does not directly facilitate immediate security breaches or exploits on its own. The impact is limited to cases where applications rely solely on this function for URL validation without additional checks, potentially leading to improper handling of user credentials. However, the flaw does not compromise the overall integrity of the PHP interpreter, nor does it inherently lead to data corruption or system crashes. Its exploitation requires specific conditions and contexts, making it less critical than high-severity vulnerabilities that enable direct remote code execution or privilege escalation.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "RHBZ#2291252",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291252"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-5458",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-5458",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w"
        }
      ],
      "release_date": "2022-10-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Filter bypass in filter_var (FILTER_VALIDATE_URL)"
    },
    {
      "cve": "CVE-2024-8925",
      "cwe": {
        "id": "CWE-1286",
        "name": "Improper Validation of Syntactic Correctness of Input"
      },
      "discovery_date": "2024-10-07T19:47:41.511000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317049"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP\u0027s parsing of multipart form data contents, which affects both file and input form data. This may lead to legitimate data not being processed, violating data integrity. For example, if a multipart form data payload contains a valid prefix \u0027X\u0027 of the defined boundary B such that 5Kib \u003c |X| \u003c |B| \u003c 8Kib, the logic responsible for parsing and storing the multipart payload fails to correctly extract the contents between two boundaries.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Erroneous parsing of multipart form data",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317049",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317049"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8925",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8925",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1",
          "url": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-9pqp-7h25-4f32",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-9pqp-7h25-4f32"
        }
      ],
      "release_date": "2024-10-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Erroneous parsing of multipart form data"
    },
    {
      "cve": "CVE-2024-8927",
      "cwe": {
        "id": "CWE-1220",
        "name": "Insufficient Granularity of Access Control"
      },
      "discovery_date": "2024-10-07T19:54:47.289000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317051"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP. The configuration directive `cgi.force_redirect` prevents anyone from calling PHP directly with a URL such as http://host.example/cgi-bin/php/secretdir/script.php. However, in certain uncommon configurations, an attacker may be able to bypass this restriction and access php-cgi directly.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: cgi.force_redirect configuration is bypassable due to the environment variable collision",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as a moderate severity because the risk is limited, it poses a potential threat to the confidentiality of data.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317051",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317051"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8927",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8927",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1",
          "url": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp"
        }
      ],
      "release_date": "2024-10-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: cgi.force_redirect configuration is bypassable due to the environment variable collision"
    },
    {
      "cve": "CVE-2024-9026",
      "cwe": {
        "id": "CWE-158",
        "name": "Improper Neutralization of Null Byte or NUL Character"
      },
      "discovery_date": "2024-10-08T04:20:07.220493+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317144"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP-FPM, the FastCGI Process Manager. This vulnerability can allow an attacker to manipulate or remove up to 4 characters from log messages via crafted log content, potentially polluting or altering the final log. If PHP-FPM is configured to use syslog output, further log data manipulation is possible via the same vector.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: PHP-FPM Log Manipulation Vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability only affects configurations with the `catch_workers_output` directive enabled or set to yes in the configuration file. This option is disabled by default.\n\nAdditionally, if the `error_log` directive is set to `syslog`, the logs are being sent to syslogd instead of a regular file, allowing further log data manipulation.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317144",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317144"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-9026",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9026",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-865w-9rf3-2wh5",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-865w-9rf3-2wh5"
        }
      ],
      "release_date": "2024-10-08T04:15:11.060000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  RHSA-2023:5926
Vulnerability from csaf_redhat
Notes
{
  "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": "2025-10-28T01:49:08+00:00",
      "generator": {
        "date": "2025-10-28T01:49:08+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "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": "2025-10-28T01:49:08+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-2023_5927
Vulnerability from csaf_redhat
Notes
{
  "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-12-11T16:47:48+00:00",
      "generator": {
        "date": "2024-12-11T16:47:48+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.3"
        }
      },
      "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-12-11T16:47:48+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:5927
Vulnerability from csaf_redhat
Notes
{
  "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": "2025-10-28T01:49:09+00:00",
      "generator": {
        "date": "2025-10-28T01:49:09+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "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": "2025-10-28T01:49:09+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": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
                "product": {
                  "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch (php:8.0)",
                  "product_id": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch (php:8.0)",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026epoch=1\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026epoch=1\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0"
        },
        "product_reference": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.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-8.8.0.Z.MAIN.EUS:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: phar Buffer mismanagement"
    }
  ]
}
  rhsa-2024:0387
Vulnerability from csaf_redhat
Notes
{
  "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": "2025-10-28T01:49:09+00:00",
      "generator": {
        "date": "2025-10-28T01:49:09+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "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": "2025-10-28T01:49:09+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": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
                "product": {
                  "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch (php:8.1)",
                  "product_id": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=noarch\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1"
        },
        "product_reference": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      }
    ]
  },
  "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: phar Buffer mismanagement"
    }
  ]
}
  rhsa-2024_10952
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\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: host/secure cookie bypass due to partial CVE-2022-31629 fix (CVE-2024-2756)\n\n* php: password_verify can erroneously return true, opening ATO risk (CVE-2024-3096)\n\n* php: Filter bypass in filter_var (FILTER_VALIDATE_URL) (CVE-2024-5458)\n\n* php: Erroneous parsing of multipart form data (CVE-2024-8925)\n\n* php: cgi.force_redirect configuration is bypassable due to the environment variable collision (CVE-2024-8927)\n\n* php: PHP-FPM Log Manipulation Vulnerability (CVE-2024-9026)\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:10952",
        "url": "https://access.redhat.com/errata/RHSA-2024:10952"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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": "external",
        "summary": "2275058",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275058"
      },
      {
        "category": "external",
        "summary": "2275061",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275061"
      },
      {
        "category": "external",
        "summary": "2291252",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291252"
      },
      {
        "category": "external",
        "summary": "2317049",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317049"
      },
      {
        "category": "external",
        "summary": "2317051",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317051"
      },
      {
        "category": "external",
        "summary": "2317144",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317144"
      },
      {
        "category": "external",
        "summary": "RHEL-66589",
        "url": "https://issues.redhat.com/browse/RHEL-66589"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10952.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:7.4 security update",
    "tracking": {
      "current_release_date": "2024-12-11T21:38:47+00:00",
      "generator": {
        "date": "2024-12-11T21:38:47+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.3"
        }
      },
      "id": "RHSA-2024:10952",
      "initial_release_date": "2024-12-11T16:20:37+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:20:37+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:20:37+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-12-11T21:38:47+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.10.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php:7.4:8100020241113075828:f7998665",
                "product": {
                  "name": "php:7.4:8100020241113075828:f7998665",
                  "product_id": "php:7.4:8100020241113075828:f7998665",
                  "product_identification_helper": {
                    "purl": "pkg:rpmmod/redhat/php@7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
                "product": {
                  "name": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
                  "product_id": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=noarch\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
        },
        "product_reference": "php:7.4:8100020241113075828:f7998665",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch"
        },
        "product_reference": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 as a component of php:7.4:8100020241113075828:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665"
      }
    ]
  },
  "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: 1-byte array overrun in common path resolve code"
    },
    {
      "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: phar Buffer mismanagement"
    },
    {
      "cve": "CVE-2024-2756",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-04-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2275058"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An improper input validation vulnerability was found in PHP. Due to an incomplete fix to CVE-2022-31629, network and same-site attackers can set a standard insecure cookie in the victim\u0027s browser.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: host/secure cookie bypass due to partial CVE-2022-31629 fix",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The vulnerability in PHP, where an insecure cookie is misinterpreted as a __Host- or __Secure- cookie due to the incomplete fix for CVE-2022-31629, poses a moderate severity risk. While it allows attackers to set cookies with misleading prefixes, bypassing some cookie security measures, it does not directly enable remote code execution or escalate privileges. However, it can facilitate session hijacking or unauthorized access to certain web applications, potentially compromising user data or functionality. Additionally, its impact is limited to PHP applications that rely on cookie prefixes for security, which reduces its overall severity compared to more important vulnerabilities.",
          "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "RHBZ#2275058",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275058"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2756",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-wpj3-hf5j-x4v4",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-wpj3-hf5j-x4v4"
        }
      ],
      "release_date": "2024-04-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: host/secure cookie bypass due to partial CVE-2022-31629 fix"
    },
    {
      "cve": "CVE-2024-3096",
      "cwe": {
        "id": "CWE-626",
        "name": "Null Byte Interaction Error (Poison Null Byte)"
      },
      "discovery_date": "2024-04-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2275061"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A null byte interaction error vulnerability was found in PHP. If a password stored with password_hash starts with a null byte (\\x00), testing a blank string as the password via password_verify will incorrectly return true. If a user can create a password with a leading null byte (unlikely, but syntactically valid), an attacker could trivially compromise the victim\u0027s account by attempting to sign in with a blank string.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: password_verify can erroneously return true, opening ATO risk",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The identified issue with password_verify treating a null byte (\\x00) at the beginning of a stored hash as the end of the string, leading to incorrect verification of a blank password, is categorized as low severity due to its narrow exploitability and specific conditions required for successful exploitation. The presence of a null byte in the password is uncommon and unlikely to occur under normal user input or system-generated password scenarios. Additionally, modern web applications typically employ input validation and strict password policies that would prevent the creation of passwords with null byte prefixes.",
          "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "RHBZ#2275061",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275061"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3096",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-h746-cjrr-wfmr",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-h746-cjrr-wfmr"
        }
      ],
      "release_date": "2024-04-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "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:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: password_verify can erroneously return true, opening ATO risk"
    },
    {
      "cve": "CVE-2024-5458",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-06-10T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2291252"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In PHP versions\u00a08.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error, filtering functions such as filter_var when validating URLs\u00a0(FILTER_VALIDATE_URL) for certain types of URLs the function will result in invalid user information (username + password part of URLs) being treated as valid user information. This may lead to the downstream code accepting invalid URLs as valid and parsing them incorrectly.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Filter bypass in filter_var (FILTER_VALIDATE_URL)",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This flaw in PHP\u0027s filter_var function with FILTER_VALIDATE_URL constitutes a moderate severity issue because, while it allows URLs with invalid user information to be treated as valid, it does not directly facilitate immediate security breaches or exploits on its own. The impact is limited to cases where applications rely solely on this function for URL validation without additional checks, potentially leading to improper handling of user credentials. However, the flaw does not compromise the overall integrity of the PHP interpreter, nor does it inherently lead to data corruption or system crashes. Its exploitation requires specific conditions and contexts, making it less critical than high-severity vulnerabilities that enable direct remote code execution or privilege escalation.",
          "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "RHBZ#2291252",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291252"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-5458",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-5458",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w"
        }
      ],
      "release_date": "2022-10-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Filter bypass in filter_var (FILTER_VALIDATE_URL)"
    },
    {
      "cve": "CVE-2024-8925",
      "cwe": {
        "id": "CWE-1286",
        "name": "Improper Validation of Syntactic Correctness of Input"
      },
      "discovery_date": "2024-10-07T19:47:41.511000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317049"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP\u0027s parsing of multipart form data contents, which affects both file and input form data. This may lead to legitimate data not being processed, violating data integrity. For example, if a multipart form data payload contains a valid prefix \u0027X\u0027 of the defined boundary B such that 5Kib \u003c |X| \u003c |B| \u003c 8Kib, the logic responsible for parsing and storing the multipart payload fails to correctly extract the contents between two boundaries.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Erroneous parsing of multipart form data",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317049",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317049"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8925",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8925",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1",
          "url": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-9pqp-7h25-4f32",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-9pqp-7h25-4f32"
        }
      ],
      "release_date": "2024-10-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Erroneous parsing of multipart form data"
    },
    {
      "cve": "CVE-2024-8927",
      "cwe": {
        "id": "CWE-1220",
        "name": "Insufficient Granularity of Access Control"
      },
      "discovery_date": "2024-10-07T19:54:47.289000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317051"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP. The configuration directive `cgi.force_redirect` prevents anyone from calling PHP directly with a URL such as http://host.example/cgi-bin/php/secretdir/script.php. However, in certain uncommon configurations, an attacker may be able to bypass this restriction and access php-cgi directly.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: cgi.force_redirect configuration is bypassable due to the environment variable collision",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as a moderate severity because the risk is limited, it poses a potential threat to the confidentiality of data.",
          "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317051",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317051"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8927",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8927",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1",
          "url": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp"
        }
      ],
      "release_date": "2024-10-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: cgi.force_redirect configuration is bypassable due to the environment variable collision"
    },
    {
      "cve": "CVE-2024-9026",
      "cwe": {
        "id": "CWE-158",
        "name": "Improper Neutralization of Null Byte or NUL Character"
      },
      "discovery_date": "2024-10-08T04:20:07.220493+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317144"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP-FPM, the FastCGI Process Manager. This vulnerability can allow an attacker to manipulate or remove up to 4 characters from log messages via crafted log content, potentially polluting or altering the final log. If PHP-FPM is configured to use syslog output, further log data manipulation is possible via the same vector.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: PHP-FPM Log Manipulation Vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability only affects configurations with the `catch_workers_output` directive enabled or set to yes in the configuration file. This option is disabled by default.\n\nAdditionally, if the `error_log` directive is set to `syslog`, the logs are being sent to syslogd instead of a regular file, allowing further log data manipulation.",
          "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.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317144",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317144"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-9026",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9026",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-865w-9rf3-2wh5",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-865w-9rf3-2wh5"
        }
      ],
      "release_date": "2024-10-08T04:15:11.060000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:7.4:8100020241113075828:f7998665:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  rhsa-2024_0387
Vulnerability from csaf_redhat
Notes
{
  "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-12-11T16:48:06+00:00",
      "generator": {
        "date": "2024-12-11T16:48:06+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.3"
        }
      },
      "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-12-11T16:48:06+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"
    }
  ]
}
  rhsa-2024:10952
Vulnerability from csaf_redhat
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\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: host/secure cookie bypass due to partial CVE-2022-31629 fix (CVE-2024-2756)\n\n* php: password_verify can erroneously return true, opening ATO risk (CVE-2024-3096)\n\n* php: Filter bypass in filter_var (FILTER_VALIDATE_URL) (CVE-2024-5458)\n\n* php: Erroneous parsing of multipart form data (CVE-2024-8925)\n\n* php: cgi.force_redirect configuration is bypassable due to the environment variable collision (CVE-2024-8927)\n\n* php: PHP-FPM Log Manipulation Vulnerability (CVE-2024-9026)\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:10952",
        "url": "https://access.redhat.com/errata/RHSA-2024:10952"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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": "external",
        "summary": "2275058",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275058"
      },
      {
        "category": "external",
        "summary": "2275061",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275061"
      },
      {
        "category": "external",
        "summary": "2291252",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291252"
      },
      {
        "category": "external",
        "summary": "2317049",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317049"
      },
      {
        "category": "external",
        "summary": "2317051",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317051"
      },
      {
        "category": "external",
        "summary": "2317144",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317144"
      },
      {
        "category": "external",
        "summary": "RHEL-66589",
        "url": "https://issues.redhat.com/browse/RHEL-66589"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10952.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:7.4 security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:49:13+00:00",
      "generator": {
        "date": "2025-10-28T01:49:13+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2024:10952",
      "initial_release_date": "2024-12-11T16:20:37+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:20:37+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:20:37+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:49:13+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.10.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": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
                "product": {
                  "name": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch (php:7.4)",
                  "product_id": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=noarch\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch (php:7.4)",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=noarch\u0026epoch=1\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026epoch=1\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=src\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4)",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=aarch64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4)",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=ppc64le\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4)",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=s390x\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                "product": {
                  "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4)",
                  "product_id": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.33-2.module%2Bel8.10.0%2B22485%2Ba3539972?arch=x86_64\u0026rpmmod=php:7.4:8100020241113075828:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4"
        },
        "product_reference": "apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64 (php:7.4) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        },
        "product_reference": "php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
        "relates_to_product_reference": "AppStream-8.10.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-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: 1-byte array overrun in common path resolve code"
    },
    {
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "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-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: phar Buffer mismanagement"
    },
    {
      "cve": "CVE-2024-2756",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-04-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2275058"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An improper input validation vulnerability was found in PHP. Due to an incomplete fix to CVE-2022-31629, network and same-site attackers can set a standard insecure cookie in the victim\u0027s browser.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: host/secure cookie bypass due to partial CVE-2022-31629 fix",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The vulnerability in PHP, where an insecure cookie is misinterpreted as a __Host- or __Secure- cookie due to the incomplete fix for CVE-2022-31629, poses a moderate severity risk. While it allows attackers to set cookies with misleading prefixes, bypassing some cookie security measures, it does not directly enable remote code execution or escalate privileges. However, it can facilitate session hijacking or unauthorized access to certain web applications, potentially compromising user data or functionality. Additionally, its impact is limited to PHP applications that rely on cookie prefixes for security, which reduces its overall severity compared to more important vulnerabilities.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "RHBZ#2275058",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275058"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2756",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-wpj3-hf5j-x4v4",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-wpj3-hf5j-x4v4"
        }
      ],
      "release_date": "2024-04-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: host/secure cookie bypass due to partial CVE-2022-31629 fix"
    },
    {
      "cve": "CVE-2024-3096",
      "cwe": {
        "id": "CWE-626",
        "name": "Null Byte Interaction Error (Poison Null Byte)"
      },
      "discovery_date": "2024-04-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2275061"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A null byte interaction error vulnerability was found in PHP. If a password stored with password_hash starts with a null byte (\\x00), testing a blank string as the password via password_verify will incorrectly return true. If a user can create a password with a leading null byte (unlikely, but syntactically valid), an attacker could trivially compromise the victim\u0027s account by attempting to sign in with a blank string.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: password_verify can erroneously return true, opening ATO risk",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The identified issue with password_verify treating a null byte (\\x00) at the beginning of a stored hash as the end of the string, leading to incorrect verification of a blank password, is categorized as low severity due to its narrow exploitability and specific conditions required for successful exploitation. The presence of a null byte in the password is uncommon and unlikely to occur under normal user input or system-generated password scenarios. Additionally, modern web applications typically employ input validation and strict password policies that would prevent the creation of passwords with null byte prefixes.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "RHBZ#2275061",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275061"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3096",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-h746-cjrr-wfmr",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-h746-cjrr-wfmr"
        }
      ],
      "release_date": "2024-04-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "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:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: password_verify can erroneously return true, opening ATO risk"
    },
    {
      "cve": "CVE-2024-5458",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-06-10T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2291252"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In PHP versions\u00a08.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error, filtering functions such as filter_var when validating URLs\u00a0(FILTER_VALIDATE_URL) for certain types of URLs the function will result in invalid user information (username + password part of URLs) being treated as valid user information. This may lead to the downstream code accepting invalid URLs as valid and parsing them incorrectly.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Filter bypass in filter_var (FILTER_VALIDATE_URL)",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This flaw in PHP\u0027s filter_var function with FILTER_VALIDATE_URL constitutes a moderate severity issue because, while it allows URLs with invalid user information to be treated as valid, it does not directly facilitate immediate security breaches or exploits on its own. The impact is limited to cases where applications rely solely on this function for URL validation without additional checks, potentially leading to improper handling of user credentials. However, the flaw does not compromise the overall integrity of the PHP interpreter, nor does it inherently lead to data corruption or system crashes. Its exploitation requires specific conditions and contexts, making it less critical than high-severity vulnerabilities that enable direct remote code execution or privilege escalation.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "RHBZ#2291252",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291252"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-5458",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-5458",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w"
        }
      ],
      "release_date": "2022-10-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Filter bypass in filter_var (FILTER_VALIDATE_URL)"
    },
    {
      "cve": "CVE-2024-8925",
      "cwe": {
        "id": "CWE-1286",
        "name": "Improper Validation of Syntactic Correctness of Input"
      },
      "discovery_date": "2024-10-07T19:47:41.511000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317049"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP\u0027s parsing of multipart form data contents, which affects both file and input form data. This may lead to legitimate data not being processed, violating data integrity. For example, if a multipart form data payload contains a valid prefix \u0027X\u0027 of the defined boundary B such that 5Kib \u003c |X| \u003c |B| \u003c 8Kib, the logic responsible for parsing and storing the multipart payload fails to correctly extract the contents between two boundaries.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Erroneous parsing of multipart form data",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317049",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317049"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8925",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8925",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8925"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1",
          "url": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-9pqp-7h25-4f32",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-9pqp-7h25-4f32"
        }
      ],
      "release_date": "2024-10-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Erroneous parsing of multipart form data"
    },
    {
      "cve": "CVE-2024-8927",
      "cwe": {
        "id": "CWE-1220",
        "name": "Insufficient Granularity of Access Control"
      },
      "discovery_date": "2024-10-07T19:54:47.289000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317051"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP. The configuration directive `cgi.force_redirect` prevents anyone from calling PHP directly with a URL such as http://host.example/cgi-bin/php/secretdir/script.php. However, in certain uncommon configurations, an attacker may be able to bypass this restriction and access php-cgi directly.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: cgi.force_redirect configuration is bypassable due to the environment variable collision",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is rated as a moderate severity because the risk is limited, it poses a potential threat to the confidentiality of data.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317051",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317051"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8927",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8927",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8927"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1",
          "url": "https://github.com/php/php-src/commit/48808d98f4fc2a05193cdcc1aedd6c66816450f1"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp"
        }
      ],
      "release_date": "2024-10-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: cgi.force_redirect configuration is bypassable due to the environment variable collision"
    },
    {
      "cve": "CVE-2024-9026",
      "cwe": {
        "id": "CWE-158",
        "name": "Improper Neutralization of Null Byte or NUL Character"
      },
      "discovery_date": "2024-10-08T04:20:07.220493+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2317144"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP-FPM, the FastCGI Process Manager. This vulnerability can allow an attacker to manipulate or remove up to 4 characters from log messages via crafted log content, potentially polluting or altering the final log. If PHP-FPM is configured to use syslog output, further log data manipulation is possible via the same vector.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: PHP-FPM Log Manipulation Vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability only affects configurations with the `catch_workers_output` directive enabled or set to yes in the configuration file. This option is disabled by default.\n\nAdditionally, if the `error_log` directive is set to `syslog`, the logs are being sent to syslogd instead of a regular file, allowing further log data manipulation.",
          "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.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "RHBZ#2317144",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317144"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-9026",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9026",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9026"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-865w-9rf3-2wh5",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-865w-9rf3-2wh5"
        }
      ],
      "release_date": "2024-10-08T04:15:11.060000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-11T16:20:37+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",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10952"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.18-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.6.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-json-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.noarch::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.18-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.src::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.aarch64::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.ppc64le::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.s390x::php:7.4",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xmlrpc-debuginfo-0:7.4.33-2.module+el8.10.0+22485+a3539972.x86_64::php:7.4"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  RHSA-2024:0387
Vulnerability from csaf_redhat
Notes
{
  "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": "2025-10-28T01:49:09+00:00",
      "generator": {
        "date": "2025-10-28T01:49:09+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "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": "2025-10-28T01:49:09+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": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
                "product": {
                  "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch (php:8.1)",
                  "product_id": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=noarch\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 (php:8.1)",
                  "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
                  "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\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1)",
                  "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1)",
                  "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1)",
                  "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64\u0026rpmmod=php:8.1:9030020231221080340:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1"
        },
        "product_reference": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      },
      {
        "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 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN"
      }
    ]
  },
  "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
          "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
        ]
      },
      "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ],
          "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:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x::php:8.1",
            "AppStream-9.3.0.Z.MAIN:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64::php:8.1"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: phar Buffer mismanagement"
    }
  ]
}
  rhsa-2023_5926
Vulnerability from csaf_redhat
Notes
{
  "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-12-11T16:47:33+00:00",
      "generator": {
        "date": "2024-12-11T16:47:33+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.3"
        }
      },
      "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-12-11T16:47:33+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-2023:5927
Vulnerability from csaf_redhat
Notes
{
  "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": "2025-10-28T01:49:09+00:00",
      "generator": {
        "date": "2025-10-28T01:49:09+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "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": "2025-10-28T01:49:09+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": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
                "product": {
                  "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch (php:8.0)",
                  "product_id": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch (php:8.0)",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026epoch=1\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0)",
                  "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0)",
                  "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026epoch=1\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0)",
                  "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0)",
                  "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0)",
                  "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0)",
                  "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0)",
                  "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0)",
                  "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64\u0026rpmmod=php:8.0:8080020231006102311:0b4eb31d"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0"
        },
        "product_reference": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "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 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 (php:8.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
        "relates_to_product_reference": "AppStream-8.8.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-8.8.0.Z.MAIN.EUS:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
          "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
        ]
      },
      "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ],
          "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:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x::php:8.0",
            "AppStream-8.8.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64::php:8.0"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: phar Buffer mismanagement"
    }
  ]
}
  gsd-2023-3823
Vulnerability from gsd
{
  "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"
    }
  }
}
  WID-SEC-W-2023-1970
Vulnerability from csaf_certbund
Notes
{
  "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": "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": "Red Hat Security Advisory RHSA-2024:0387 vom 2024-01-25",
        "url": "https://access.redhat.com/errata/RHSA-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": "Rocky Linux Security Advisory RLSA-2024:0387 vom 2024-02-12",
        "url": "https://errata.build.resf.org/RLSA-2024:0387"
      },
      {
        "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": "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"
      },
      {
        "category": "external",
        "summary": "Ubuntu Security Notice USN-6305-3 vom 2024-07-03",
        "url": "https://ubuntu.com/security/notices/USN-6305-3"
      },
      {
        "category": "external",
        "summary": "Gentoo Linux Security Advisory GLSA-202408-32 vom 2024-08-12",
        "url": "https://security.gentoo.org/glsa/202408-32"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2024:10952 vom 2024-12-11",
        "url": "https://access.redhat.com/errata/RHSA-2024:10952"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2024-10952 vom 2024-12-13",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10952.html"
      }
    ],
    "source_lang": "en-US",
    "title": "PHP: Mehrere Schwachstellen",
    "tracking": {
      "current_release_date": "2024-12-12T23:00:00.000+00:00",
      "generator": {
        "date": "2024-12-13T12:42:16.876+00:00",
        "engine": {
          "name": "BSI-WID",
          "version": "1.3.10"
        }
      },
      "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"
        },
        {
          "date": "2024-07-03T22:00:00.000+00:00",
          "number": "15",
          "summary": "Neue Updates von Ubuntu aufgenommen"
        },
        {
          "date": "2024-08-11T22:00:00.000+00:00",
          "number": "16",
          "summary": "Neue Updates von Gentoo aufgenommen"
        },
        {
          "date": "2024-12-10T23:00:00.000+00:00",
          "number": "17",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2024-12-12T23:00:00.000+00:00",
          "number": "18",
          "summary": "Neue Updates von Oracle Linux aufgenommen"
        }
      ],
      "status": "final",
      "version": "18"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Amazon Linux 2",
            "product": {
              "name": "Amazon Linux 2",
              "product_id": "398363",
              "product_identification_helper": {
                "cpe": "cpe:/o:amazon:linux_2:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Amazon"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Debian Linux",
            "product": {
              "name": "Debian Linux",
              "product_id": "2951",
              "product_identification_helper": {
                "cpe": "cpe:/o:debian:debian_linux:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Debian"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Gentoo Linux",
            "product": {
              "name": "Gentoo Linux",
              "product_id": "T012167",
              "product_identification_helper": {
                "cpe": "cpe:/o:gentoo:linux:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Gentoo"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003c8.2.9",
                "product": {
                  "name": "Open Source PHP \u003c8.2.9",
                  "product_id": "1444711"
                }
              },
              {
                "category": "product_version",
                "name": "8.2.9",
                "product": {
                  "name": "Open Source PHP 8.2.9",
                  "product_id": "1444711-fixed",
                  "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"
                }
              },
              {
                "category": "product_version",
                "name": "8.0.30",
                "product": {
                  "name": "Open Source PHP 8.0.30",
                  "product_id": "T029095-fixed",
                  "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",
          "T029095",
          "398363",
          "T012167",
          "T004914",
          "T032255"
        ]
      },
      "release_date": "2023-08-06T22:00:00.000+00:00",
      "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",
          "T029095",
          "398363",
          "T012167",
          "T004914",
          "T032255"
        ]
      },
      "release_date": "2023-08-06T22:00:00.000+00:00",
      "title": "CVE-2023-3824"
    }
  ]
}
  wid-sec-w-2023-1970
Vulnerability from csaf_certbund
Notes
{
  "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": "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": "Red Hat Security Advisory RHSA-2024:0387 vom 2024-01-25",
        "url": "https://access.redhat.com/errata/RHSA-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": "Rocky Linux Security Advisory RLSA-2024:0387 vom 2024-02-12",
        "url": "https://errata.build.resf.org/RLSA-2024:0387"
      },
      {
        "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": "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"
      },
      {
        "category": "external",
        "summary": "Ubuntu Security Notice USN-6305-3 vom 2024-07-03",
        "url": "https://ubuntu.com/security/notices/USN-6305-3"
      },
      {
        "category": "external",
        "summary": "Gentoo Linux Security Advisory GLSA-202408-32 vom 2024-08-12",
        "url": "https://security.gentoo.org/glsa/202408-32"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2024:10952 vom 2024-12-11",
        "url": "https://access.redhat.com/errata/RHSA-2024:10952"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2024-10952 vom 2024-12-13",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10952.html"
      }
    ],
    "source_lang": "en-US",
    "title": "PHP: Mehrere Schwachstellen",
    "tracking": {
      "current_release_date": "2024-12-12T23:00:00.000+00:00",
      "generator": {
        "date": "2024-12-13T12:42:16.876+00:00",
        "engine": {
          "name": "BSI-WID",
          "version": "1.3.10"
        }
      },
      "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"
        },
        {
          "date": "2024-07-03T22:00:00.000+00:00",
          "number": "15",
          "summary": "Neue Updates von Ubuntu aufgenommen"
        },
        {
          "date": "2024-08-11T22:00:00.000+00:00",
          "number": "16",
          "summary": "Neue Updates von Gentoo aufgenommen"
        },
        {
          "date": "2024-12-10T23:00:00.000+00:00",
          "number": "17",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2024-12-12T23:00:00.000+00:00",
          "number": "18",
          "summary": "Neue Updates von Oracle Linux aufgenommen"
        }
      ],
      "status": "final",
      "version": "18"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Amazon Linux 2",
            "product": {
              "name": "Amazon Linux 2",
              "product_id": "398363",
              "product_identification_helper": {
                "cpe": "cpe:/o:amazon:linux_2:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Amazon"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Debian Linux",
            "product": {
              "name": "Debian Linux",
              "product_id": "2951",
              "product_identification_helper": {
                "cpe": "cpe:/o:debian:debian_linux:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Debian"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "Gentoo Linux",
            "product": {
              "name": "Gentoo Linux",
              "product_id": "T012167",
              "product_identification_helper": {
                "cpe": "cpe:/o:gentoo:linux:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Gentoo"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003c8.2.9",
                "product": {
                  "name": "Open Source PHP \u003c8.2.9",
                  "product_id": "1444711"
                }
              },
              {
                "category": "product_version",
                "name": "8.2.9",
                "product": {
                  "name": "Open Source PHP 8.2.9",
                  "product_id": "1444711-fixed",
                  "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"
                }
              },
              {
                "category": "product_version",
                "name": "8.0.30",
                "product": {
                  "name": "Open Source PHP 8.0.30",
                  "product_id": "T029095-fixed",
                  "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",
          "T029095",
          "398363",
          "T012167",
          "T004914",
          "T032255"
        ]
      },
      "release_date": "2023-08-06T22:00:00.000+00:00",
      "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",
          "T029095",
          "398363",
          "T012167",
          "T004914",
          "T032255"
        ]
      },
      "release_date": "2023-08-06T22:00:00.000+00:00",
      "title": "CVE-2023-3824"
    }
  ]
}
  wid-sec-w-2023-2917
Vulnerability from csaf_certbund
Notes
{
  "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": "- Linux\n- UNIX",
        "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"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:3949-1 vom 2024-11-08",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019796.html"
      },
      {
        "category": "external",
        "summary": "openSUSE Security Update OPENSUSE-SU-2024:14572-1 vom 2024-12-13",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3HI2RC7AJAHY74Q6MK7GNGWU6TITB22V/"
      }
    ],
    "source_lang": "en-US",
    "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
    "tracking": {
      "current_release_date": "2024-12-15T23:00:00.000+00:00",
      "generator": {
        "date": "2024-12-16T09:17:44.516+00:00",
        "engine": {
          "name": "BSI-WID",
          "version": "1.3.10"
        }
      },
      "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"
        },
        {
          "date": "2024-11-07T23:00:00.000+00:00",
          "number": "7",
          "summary": "Neue Updates von SUSE aufgenommen"
        },
        {
          "date": "2024-12-15T23:00:00.000+00:00",
          "number": "8",
          "summary": "Neue Updates von openSUSE aufgenommen"
        }
      ],
      "status": "final",
      "version": "8"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "SUSE Linux",
            "product": {
              "name": "SUSE Linux",
              "product_id": "T002207",
              "product_identification_helper": {
                "cpe": "cpe:/o:suse:suse_linux:-"
              }
            }
          },
          {
            "category": "product_name",
            "name": "SUSE openSUSE",
            "product": {
              "name": "SUSE openSUSE",
              "product_id": "T027843",
              "product_identification_helper": {
                "cpe": "cpe:/o:suse:opensuse:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      },
      {
        "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-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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2017-5715"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2018-3639"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2021-44917"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2021-46784"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-31008"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-32206"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-32221"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-3924"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-41409"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-48337"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-48338"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-48339"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-4899"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0049"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0051"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0054"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0288"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0465"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0466"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0512"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0666"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0668"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1127"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1170"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1175"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1393"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1906"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1981"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2004"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22025"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22043"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22067"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22081"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22128"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22129"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-23914"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-23915"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-23916"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-24329"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-24805"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-25193"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2650"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-27985"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-27986"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2828"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28319"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28320"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28321"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28322"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28450"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2854"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2855"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2857"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2858"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2879"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28879"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2911"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29402"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29403"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29404"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29405"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29406"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29409"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29491"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29499"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30581"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30582"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30583"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30584"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30585"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30586"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30587"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30588"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30589"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30590"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31122"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31124"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31130"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31147"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3138"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31484"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31486"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3195"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32002"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32003"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32004"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32005"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32006"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32067"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3247"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32558"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32559"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32573"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32611"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32636"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32643"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32665"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32681"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32762"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32763"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-34241"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-34969"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-36053"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-36191"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3666"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-36664"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37201"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37202"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37207"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37208"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37211"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3823"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3824"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-38403"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4045"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4046"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4047"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-40477"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4048"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4049"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4050"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4054"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4055"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4056"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-41080"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-41081"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-43622"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4504"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4573"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4574"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4575"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4576"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-45802"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4581"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4584"
    }
  ]
}
  WID-SEC-W-2023-2917
Vulnerability from csaf_certbund
Notes
{
  "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": "- Linux\n- UNIX",
        "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"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:3949-1 vom 2024-11-08",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019796.html"
      },
      {
        "category": "external",
        "summary": "openSUSE Security Update OPENSUSE-SU-2024:14572-1 vom 2024-12-13",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3HI2RC7AJAHY74Q6MK7GNGWU6TITB22V/"
      }
    ],
    "source_lang": "en-US",
    "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
    "tracking": {
      "current_release_date": "2024-12-15T23:00:00.000+00:00",
      "generator": {
        "date": "2024-12-16T09:17:44.516+00:00",
        "engine": {
          "name": "BSI-WID",
          "version": "1.3.10"
        }
      },
      "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"
        },
        {
          "date": "2024-11-07T23:00:00.000+00:00",
          "number": "7",
          "summary": "Neue Updates von SUSE aufgenommen"
        },
        {
          "date": "2024-12-15T23:00:00.000+00:00",
          "number": "8",
          "summary": "Neue Updates von openSUSE aufgenommen"
        }
      ],
      "status": "final",
      "version": "8"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "SUSE Linux",
            "product": {
              "name": "SUSE Linux",
              "product_id": "T002207",
              "product_identification_helper": {
                "cpe": "cpe:/o:suse:suse_linux:-"
              }
            }
          },
          {
            "category": "product_name",
            "name": "SUSE openSUSE",
            "product": {
              "name": "SUSE openSUSE",
              "product_id": "T027843",
              "product_identification_helper": {
                "cpe": "cpe:/o:suse:opensuse:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      },
      {
        "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-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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2017-5715"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2018-3639"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2021-44917"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2021-46784"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-31008"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-32206"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-32221"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-3924"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-41409"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-48337"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-48338"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-48339"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2022-4899"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0049"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0051"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0054"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0288"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0465"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0466"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0512"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0666"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-0668"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1127"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1170"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1175"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1393"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1906"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-1981"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2004"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22025"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22043"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22067"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22081"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22128"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-22129"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-23914"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-23915"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-23916"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-24329"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-24805"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-25193"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2650"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-27985"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-27986"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2828"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28319"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28320"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28321"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28322"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28450"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2854"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2855"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2857"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2858"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2879"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-28879"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-2911"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29402"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29403"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29404"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29405"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29406"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29409"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29491"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-29499"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30581"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30582"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30583"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30584"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30585"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30586"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30587"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30588"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30589"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-30590"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31122"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31124"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31130"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31147"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3138"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31484"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-31486"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3195"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32002"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32003"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32004"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32005"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32006"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32067"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3247"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32558"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32559"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32573"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32611"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32636"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32643"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32665"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32681"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32762"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-32763"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-34241"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-34969"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-36053"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-36191"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3666"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-36664"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37201"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37202"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37207"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37208"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-37211"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3823"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-3824"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-38403"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4045"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4046"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4047"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-40477"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4048"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4049"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4050"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4054"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4055"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4056"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-41080"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-41081"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-43622"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4504"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4573"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4574"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4575"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4576"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-45802"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4581"
    },
    {
      "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",
          "T002207",
          "T027843",
          "T015632",
          "T002977",
          "T015631",
          "T031383"
        ]
      },
      "release_date": "2023-11-14T23:00:00.000+00:00",
      "title": "CVE-2023-4584"
    }
  ]
}
  suse-su-2023:3528-1
Vulnerability from csaf_suse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for php7",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for php7 fixes the following issues:\n\n- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)\n- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2023-3528,SUSE-SLE-Module-Web-Scripting-15-SP4-2023-3528,SUSE-SLE-Module-Web-Scripting-15-SP5-2023-3528,openSUSE-SLE-15.4-2023-3528,openSUSE-SLE-15.5-2023-3528",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3528-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2023:3528-1",
        "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233528-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2023:3528-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016089.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214103",
        "url": "https://bugzilla.suse.com/1214103"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214106",
        "url": "https://bugzilla.suse.com/1214106"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-3823 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-3823/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-3824 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-3824/"
      }
    ],
    "title": "Security update for php7",
    "tracking": {
      "current_release_date": "2023-09-05T07:59:55Z",
      "generator": {
        "date": "2023-09-05T07:59:55Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2023:3528-1",
      "initial_release_date": "2023-09-05T07:59:55Z",
      "revision_history": [
        {
          "date": "2023-09-05T07:59:55Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-bcmath-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-bz2-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-calendar-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-cli-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-ctype-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-curl-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-dba-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-devel-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-dom-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-embed-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-enchant-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-exif-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-fpm-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-ftp-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-gd-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-gettext-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-gmp-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-iconv-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-intl-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-ldap-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-mbstring-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-mysql-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-odbc-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-opcache-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-openssl-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-pcntl-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-pdo-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-pgsql-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-phar-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-posix-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-readline-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-shmop-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-snmp-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-soap-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-sockets-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-sodium-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-sqlite-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-test-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-tidy-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-xsl-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-zip-8.0.30-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
                  "product_id": "php8-zlib-8.0.30-150400.4.37.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.37.1.i586",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-bcmath-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-bz2-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-calendar-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-cli-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-ctype-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-curl-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-dba-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-devel-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-dom-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-embed-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-enchant-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-exif-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-fpm-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-ftp-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-gd-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-gettext-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-gmp-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-iconv-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-intl-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-ldap-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-mbstring-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-mysql-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-odbc-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-opcache-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-openssl-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-pcntl-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-pdo-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-pgsql-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-phar-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-posix-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-readline-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-shmop-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-snmp-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-soap-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-sockets-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-sodium-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-sqlite-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-test-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-tidy-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-xsl-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-zip-8.0.30-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.37.1.i586",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.37.1.i586",
                  "product_id": "php8-zlib-8.0.30-150400.4.37.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-bz2-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-calendar-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-cli-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-ctype-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-curl-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-dba-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-devel-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-dom-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-embed-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-enchant-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-exif-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-fpm-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-ftp-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-gd-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-gettext-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-gmp-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-iconv-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-intl-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-ldap-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-mysql-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-odbc-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-opcache-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-openssl-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-pdo-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-phar-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-posix-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-readline-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-shmop-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-snmp-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-soap-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-sockets-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-sodium-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-test-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-tidy-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-xsl-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-zip-8.0.30-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
                  "product_id": "php8-zlib-8.0.30-150400.4.37.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-bcmath-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-bz2-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-calendar-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-cli-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-ctype-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-curl-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-dba-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-devel-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-dom-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-embed-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-enchant-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-exif-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-fpm-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-ftp-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-gd-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-gettext-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-gmp-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-iconv-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-intl-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-ldap-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-mbstring-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-mysql-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-odbc-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-opcache-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-openssl-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-pcntl-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-pdo-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-pgsql-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-phar-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-posix-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-readline-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-shmop-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-snmp-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-soap-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-sockets-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-sodium-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-sqlite-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-test-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-tidy-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-xsl-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-zip-8.0.30-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.37.1.s390x",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.37.1.s390x",
                  "product_id": "php8-zlib-8.0.30-150400.4.37.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-bcmath-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-bz2-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-calendar-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-cli-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-ctype-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-curl-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-dba-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-devel-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-dom-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-embed-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-enchant-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-exif-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-fpm-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-ftp-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-gd-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-gettext-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-gmp-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-iconv-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-intl-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-ldap-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-mbstring-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-mysql-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-odbc-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-opcache-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-openssl-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-pcntl-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-pdo-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-pgsql-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-phar-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-posix-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-readline-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-shmop-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-snmp-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-soap-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-sockets-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-sodium-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-sqlite-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-test-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-tidy-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-xsl-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-zip-8.0.30-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
                  "product_id": "php8-zlib-8.0.30-150400.4.37.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
                  "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
                  "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.4",
                "product": {
                  "name": "openSUSE Leap 15.4",
                  "product_id": "openSUSE Leap 15.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.5",
                "product": {
                  "name": "openSUSE Leap 15.5",
                  "product_id": "openSUSE Leap 15.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-3823",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-3823"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.  \n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-3823",
          "url": "https://www.suse.com/security/cve/CVE-2023-3823"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214106 for CVE-2023-3823",
          "url": "https://bugzilla.suse.com/1214106"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-09-05T07:59:55Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-3823"
    },
    {
      "cve": "CVE-2023-3824",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-3824"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP version 8.0.* before 8.0.30,   8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.  \n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-3824",
          "url": "https://www.suse.com/security/cve/CVE-2023-3824"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214103 for CVE-2023-3824",
          "url": "https://bugzilla.suse.com/1214103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-test-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-test-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.4:php8-zlib-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.37.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-09-05T07:59:55Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-3824"
    }
  ]
}
  suse-su-2023:3541-1
Vulnerability from csaf_suse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for php7",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for php7 fixes the following issues:\n\n- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)\n- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2023-3541,SUSE-SLE-Module-Legacy-15-SP4-2023-3541,SUSE-SLE-Module-Legacy-15-SP5-2023-3541,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2023-3541,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-3541,openSUSE-SLE-15.4-2023-3541,openSUSE-SLE-15.5-2023-3541",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3541-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2023:3541-1",
        "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233541-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2023:3541-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016097.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214103",
        "url": "https://bugzilla.suse.com/1214103"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214106",
        "url": "https://bugzilla.suse.com/1214106"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-3823 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-3823/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-3824 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-3824/"
      }
    ],
    "title": "Security update for php7",
    "tracking": {
      "current_release_date": "2023-09-05T15:30:46Z",
      "generator": {
        "date": "2023-09-05T15:30:46Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2023:3541-1",
      "initial_release_date": "2023-09-05T15:30:46Z",
      "revision_history": [
        {
          "date": "2023-09-05T15:30:46Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-bcmath-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-bz2-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-calendar-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-cli-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-ctype-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-curl-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-dba-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-devel-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-dom-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-embed-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-enchant-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-exif-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-fpm-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-ftp-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-gd-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-gettext-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-gmp-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-iconv-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-intl-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-json-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-ldap-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-mbstring-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-mysql-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-odbc-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-opcache-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-openssl-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-pcntl-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-pdo-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-pgsql-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-phar-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-posix-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-readline-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-shmop-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-snmp-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-soap-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-sockets-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-sodium-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-sqlite-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-test-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-tidy-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-xsl-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-zip-7.4.33-150400.4.28.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
                  "product_id": "php7-zlib-7.4.33-150400.4.28.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.28.1.i586",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-bcmath-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-bz2-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-calendar-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-cli-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-ctype-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-curl-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-dba-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-devel-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-dom-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-embed-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-enchant-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-exif-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-fpm-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-ftp-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-gd-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-gettext-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-gmp-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-iconv-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-intl-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-json-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-ldap-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-mbstring-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-mysql-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-odbc-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-opcache-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-openssl-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-pcntl-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-pdo-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-pgsql-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-phar-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-posix-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-readline-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-shmop-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-snmp-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-soap-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-sockets-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-sodium-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-sqlite-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-test-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-tidy-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-xsl-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-zip-7.4.33-150400.4.28.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.28.1.i586",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.28.1.i586",
                  "product_id": "php7-zlib-7.4.33-150400.4.28.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-bz2-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-calendar-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-cli-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-ctype-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-curl-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-dba-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-devel-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-dom-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-embed-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-enchant-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-exif-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-fpm-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-ftp-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-gd-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-gettext-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-gmp-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-iconv-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-intl-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-json-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-ldap-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-mysql-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-odbc-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-opcache-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-openssl-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-pdo-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-phar-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-posix-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-readline-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-shmop-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-snmp-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-soap-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-sockets-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-sodium-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-test-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-tidy-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-xsl-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-zip-7.4.33-150400.4.28.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
                  "product_id": "php7-zlib-7.4.33-150400.4.28.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-bcmath-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-bz2-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-calendar-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-cli-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-ctype-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-curl-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-dba-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-devel-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-dom-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-embed-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-enchant-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-exif-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-fpm-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-ftp-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-gd-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-gettext-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-gmp-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-iconv-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-intl-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-json-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-ldap-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-mbstring-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-mysql-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-odbc-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-opcache-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-openssl-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-pcntl-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-pdo-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-pgsql-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-phar-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-posix-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-readline-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-shmop-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-snmp-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-soap-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-sockets-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-sodium-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-sqlite-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-test-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-tidy-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-xsl-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-zip-7.4.33-150400.4.28.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.28.1.s390x",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.28.1.s390x",
                  "product_id": "php7-zlib-7.4.33-150400.4.28.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-bcmath-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-bz2-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-calendar-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-cli-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-ctype-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-curl-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-dba-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-devel-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-dom-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-embed-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-enchant-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-exif-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-fpm-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-ftp-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-gd-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-gettext-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-gmp-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-iconv-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-intl-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-json-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-ldap-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-mbstring-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-mysql-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-odbc-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-opcache-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-openssl-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-pcntl-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-pdo-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-pgsql-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-phar-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-posix-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-readline-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-shmop-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-snmp-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-soap-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-sockets-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-sodium-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-sqlite-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-test-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-tidy-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-xsl-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-zip-7.4.33-150400.4.28.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
                  "product_id": "php7-zlib-7.4.33-150400.4.28.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Legacy 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Legacy 15 SP4",
                  "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-legacy:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
                  "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-legacy:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
                  "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:packagehub:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
                  "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:packagehub:15:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.4",
                "product": {
                  "name": "openSUSE Leap 15.4",
                  "product_id": "openSUSE Leap 15.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.5",
                "product": {
                  "name": "openSUSE Leap 15.5",
                  "product_id": "openSUSE Leap 15.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-test-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-test-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-test-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-test-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-test-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-test-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-test-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-test-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.28.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.28.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-3823",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-3823"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.  \n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-3823",
          "url": "https://www.suse.com/security/cve/CVE-2023-3823"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214106 for CVE-2023-3823",
          "url": "https://bugzilla.suse.com/1214106"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-09-05T15:30:46Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-3823"
    },
    {
      "cve": "CVE-2023-3824",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-3824"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP version 8.0.* before 8.0.30,   8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.  \n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-3824",
          "url": "https://www.suse.com/security/cve/CVE-2023-3824"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214103 for CVE-2023-3824",
          "url": "https://bugzilla.suse.com/1214103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.28.1.x86_64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.aarch64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.ppc64le",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.s390x",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.28.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-09-05T15:30:46Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-3824"
    }
  ]
}
  suse-su-2023:3445-1
Vulnerability from csaf_suse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for php7",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for php7 fixes the following issues:\n\n- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)\n- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2023-3445,SUSE-SLE-Module-Web-Scripting-12-2023-3445,SUSE-SLE-SDK-12-SP5-2023-3445",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3445-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2023:3445-1",
        "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233445-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2023:3445-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2023-August/031209.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214103",
        "url": "https://bugzilla.suse.com/1214103"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214106",
        "url": "https://bugzilla.suse.com/1214106"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-3823 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-3823/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-3824 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-3824/"
      }
    ],
    "title": "Security update for php7",
    "tracking": {
      "current_release_date": "2023-08-28T08:45:24Z",
      "generator": {
        "date": "2023-08-28T08:45:24Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2023:3445-1",
      "initial_release_date": "2023-08-28T08:45:24Z",
      "revision_history": [
        {
          "date": "2023-08-28T08:45:24Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.62.1.aarch64",
                  "product_id": "apache2-mod_php74-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-bcmath-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-bz2-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-bz2-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-calendar-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-calendar-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-ctype-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-ctype-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-curl-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-curl-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-dba-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-dba-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-devel-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-devel-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-dom-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-dom-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-embed-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-embed-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-enchant-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-enchant-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-exif-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-exif-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-fastcgi-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-fileinfo-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-firebird-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-firebird-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-fpm-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-fpm-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-ftp-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-ftp-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-gd-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-gd-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-gettext-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-gettext-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-gmp-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-gmp-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-iconv-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-iconv-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-intl-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-intl-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-json-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-json-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-ldap-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-ldap-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-mbstring-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-mysql-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-mysql-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-odbc-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-odbc-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-opcache-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-opcache-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-openssl-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-openssl-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-pcntl-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-pdo-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-pdo-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-pgsql-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-phar-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-phar-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-posix-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-posix-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-readline-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-readline-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-shmop-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-shmop-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-snmp-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-snmp-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-soap-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-soap-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-sockets-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-sockets-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-sodium-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-sodium-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-sqlite-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-sysvmsg-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-sysvsem-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-sysvshm-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-test-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-test-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-tidy-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-tidy-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-tokenizer-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-xmlreader-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-xmlrpc-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-xmlwriter-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-xsl-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-xsl-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-zip-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-zip-7.4.33-1.62.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.62.1.aarch64",
                "product": {
                  "name": "php74-zlib-7.4.33-1.62.1.aarch64",
                  "product_id": "php74-zlib-7.4.33-1.62.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.62.1.i586",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.62.1.i586",
                  "product_id": "apache2-mod_php74-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-7.4.33-1.62.1.i586",
                  "product_id": "php74-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.62.1.i586",
                  "product_id": "php74-bcmath-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-bz2-7.4.33-1.62.1.i586",
                  "product_id": "php74-bz2-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-calendar-7.4.33-1.62.1.i586",
                  "product_id": "php74-calendar-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-ctype-7.4.33-1.62.1.i586",
                  "product_id": "php74-ctype-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-curl-7.4.33-1.62.1.i586",
                  "product_id": "php74-curl-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-dba-7.4.33-1.62.1.i586",
                  "product_id": "php74-dba-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-devel-7.4.33-1.62.1.i586",
                  "product_id": "php74-devel-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-dom-7.4.33-1.62.1.i586",
                  "product_id": "php74-dom-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-embed-7.4.33-1.62.1.i586",
                  "product_id": "php74-embed-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-enchant-7.4.33-1.62.1.i586",
                  "product_id": "php74-enchant-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-exif-7.4.33-1.62.1.i586",
                  "product_id": "php74-exif-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.62.1.i586",
                  "product_id": "php74-fastcgi-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.62.1.i586",
                  "product_id": "php74-fileinfo-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-firebird-7.4.33-1.62.1.i586",
                  "product_id": "php74-firebird-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-fpm-7.4.33-1.62.1.i586",
                  "product_id": "php74-fpm-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-ftp-7.4.33-1.62.1.i586",
                  "product_id": "php74-ftp-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-gd-7.4.33-1.62.1.i586",
                  "product_id": "php74-gd-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-gettext-7.4.33-1.62.1.i586",
                  "product_id": "php74-gettext-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-gmp-7.4.33-1.62.1.i586",
                  "product_id": "php74-gmp-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-iconv-7.4.33-1.62.1.i586",
                  "product_id": "php74-iconv-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-intl-7.4.33-1.62.1.i586",
                  "product_id": "php74-intl-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-json-7.4.33-1.62.1.i586",
                  "product_id": "php74-json-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-ldap-7.4.33-1.62.1.i586",
                  "product_id": "php74-ldap-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.62.1.i586",
                  "product_id": "php74-mbstring-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-mysql-7.4.33-1.62.1.i586",
                  "product_id": "php74-mysql-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-odbc-7.4.33-1.62.1.i586",
                  "product_id": "php74-odbc-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-opcache-7.4.33-1.62.1.i586",
                  "product_id": "php74-opcache-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-openssl-7.4.33-1.62.1.i586",
                  "product_id": "php74-openssl-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.62.1.i586",
                  "product_id": "php74-pcntl-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-pdo-7.4.33-1.62.1.i586",
                  "product_id": "php74-pdo-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.62.1.i586",
                  "product_id": "php74-pgsql-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-phar-7.4.33-1.62.1.i586",
                  "product_id": "php74-phar-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-posix-7.4.33-1.62.1.i586",
                  "product_id": "php74-posix-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-readline-7.4.33-1.62.1.i586",
                  "product_id": "php74-readline-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-shmop-7.4.33-1.62.1.i586",
                  "product_id": "php74-shmop-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-snmp-7.4.33-1.62.1.i586",
                  "product_id": "php74-snmp-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-soap-7.4.33-1.62.1.i586",
                  "product_id": "php74-soap-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-sockets-7.4.33-1.62.1.i586",
                  "product_id": "php74-sockets-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-sodium-7.4.33-1.62.1.i586",
                  "product_id": "php74-sodium-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.62.1.i586",
                  "product_id": "php74-sqlite-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.62.1.i586",
                  "product_id": "php74-sysvmsg-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.62.1.i586",
                  "product_id": "php74-sysvsem-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.62.1.i586",
                  "product_id": "php74-sysvshm-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-test-7.4.33-1.62.1.i586",
                  "product_id": "php74-test-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-tidy-7.4.33-1.62.1.i586",
                  "product_id": "php74-tidy-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.62.1.i586",
                  "product_id": "php74-tokenizer-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.62.1.i586",
                  "product_id": "php74-xmlreader-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.62.1.i586",
                  "product_id": "php74-xmlrpc-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.62.1.i586",
                  "product_id": "php74-xmlwriter-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-xsl-7.4.33-1.62.1.i586",
                  "product_id": "php74-xsl-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-zip-7.4.33-1.62.1.i586",
                  "product_id": "php74-zip-7.4.33-1.62.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.62.1.i586",
                "product": {
                  "name": "php74-zlib-7.4.33-1.62.1.i586",
                  "product_id": "php74-zlib-7.4.33-1.62.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.62.1.ppc64le",
                  "product_id": "apache2-mod_php74-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-bcmath-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-bz2-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-bz2-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-calendar-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-calendar-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-ctype-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-ctype-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-curl-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-curl-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-dba-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-dba-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-devel-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-devel-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-dom-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-dom-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-embed-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-embed-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-enchant-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-enchant-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-exif-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-exif-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-fastcgi-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-fileinfo-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-firebird-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-firebird-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-fpm-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-fpm-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-ftp-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-ftp-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-gd-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-gd-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-gettext-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-gettext-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-gmp-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-gmp-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-iconv-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-iconv-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-intl-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-intl-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-json-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-json-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-ldap-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-ldap-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-mbstring-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-mysql-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-mysql-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-odbc-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-odbc-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-opcache-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-opcache-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-openssl-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-openssl-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-pcntl-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-pdo-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-pdo-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-pgsql-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-phar-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-phar-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-posix-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-posix-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-readline-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-readline-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-shmop-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-shmop-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-snmp-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-snmp-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-soap-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-soap-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-sockets-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-sockets-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-sodium-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-sodium-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-sqlite-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-sysvmsg-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-sysvsem-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-sysvshm-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-test-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-test-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-tidy-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-tidy-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-tokenizer-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-xmlreader-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-xmlrpc-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-xmlwriter-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-xsl-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-xsl-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-zip-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-zip-7.4.33-1.62.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.62.1.ppc64le",
                "product": {
                  "name": "php74-zlib-7.4.33-1.62.1.ppc64le",
                  "product_id": "php74-zlib-7.4.33-1.62.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.62.1.s390",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.62.1.s390",
                  "product_id": "apache2-mod_php74-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-7.4.33-1.62.1.s390",
                  "product_id": "php74-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.62.1.s390",
                  "product_id": "php74-bcmath-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-bz2-7.4.33-1.62.1.s390",
                  "product_id": "php74-bz2-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-calendar-7.4.33-1.62.1.s390",
                  "product_id": "php74-calendar-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-ctype-7.4.33-1.62.1.s390",
                  "product_id": "php74-ctype-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-curl-7.4.33-1.62.1.s390",
                  "product_id": "php74-curl-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-dba-7.4.33-1.62.1.s390",
                  "product_id": "php74-dba-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-devel-7.4.33-1.62.1.s390",
                  "product_id": "php74-devel-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-dom-7.4.33-1.62.1.s390",
                  "product_id": "php74-dom-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-embed-7.4.33-1.62.1.s390",
                  "product_id": "php74-embed-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-enchant-7.4.33-1.62.1.s390",
                  "product_id": "php74-enchant-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-exif-7.4.33-1.62.1.s390",
                  "product_id": "php74-exif-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.62.1.s390",
                  "product_id": "php74-fastcgi-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.62.1.s390",
                  "product_id": "php74-fileinfo-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-firebird-7.4.33-1.62.1.s390",
                  "product_id": "php74-firebird-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-fpm-7.4.33-1.62.1.s390",
                  "product_id": "php74-fpm-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-ftp-7.4.33-1.62.1.s390",
                  "product_id": "php74-ftp-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-gd-7.4.33-1.62.1.s390",
                  "product_id": "php74-gd-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-gettext-7.4.33-1.62.1.s390",
                  "product_id": "php74-gettext-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-gmp-7.4.33-1.62.1.s390",
                  "product_id": "php74-gmp-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-iconv-7.4.33-1.62.1.s390",
                  "product_id": "php74-iconv-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-intl-7.4.33-1.62.1.s390",
                  "product_id": "php74-intl-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-json-7.4.33-1.62.1.s390",
                  "product_id": "php74-json-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-ldap-7.4.33-1.62.1.s390",
                  "product_id": "php74-ldap-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.62.1.s390",
                  "product_id": "php74-mbstring-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-mysql-7.4.33-1.62.1.s390",
                  "product_id": "php74-mysql-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-odbc-7.4.33-1.62.1.s390",
                  "product_id": "php74-odbc-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-opcache-7.4.33-1.62.1.s390",
                  "product_id": "php74-opcache-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-openssl-7.4.33-1.62.1.s390",
                  "product_id": "php74-openssl-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.62.1.s390",
                  "product_id": "php74-pcntl-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-pdo-7.4.33-1.62.1.s390",
                  "product_id": "php74-pdo-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.62.1.s390",
                  "product_id": "php74-pgsql-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-phar-7.4.33-1.62.1.s390",
                  "product_id": "php74-phar-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-posix-7.4.33-1.62.1.s390",
                  "product_id": "php74-posix-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-readline-7.4.33-1.62.1.s390",
                  "product_id": "php74-readline-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-shmop-7.4.33-1.62.1.s390",
                  "product_id": "php74-shmop-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-snmp-7.4.33-1.62.1.s390",
                  "product_id": "php74-snmp-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-soap-7.4.33-1.62.1.s390",
                  "product_id": "php74-soap-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-sockets-7.4.33-1.62.1.s390",
                  "product_id": "php74-sockets-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-sodium-7.4.33-1.62.1.s390",
                  "product_id": "php74-sodium-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.62.1.s390",
                  "product_id": "php74-sqlite-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.62.1.s390",
                  "product_id": "php74-sysvmsg-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.62.1.s390",
                  "product_id": "php74-sysvsem-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.62.1.s390",
                  "product_id": "php74-sysvshm-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-test-7.4.33-1.62.1.s390",
                  "product_id": "php74-test-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-tidy-7.4.33-1.62.1.s390",
                  "product_id": "php74-tidy-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.62.1.s390",
                  "product_id": "php74-tokenizer-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.62.1.s390",
                  "product_id": "php74-xmlreader-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.62.1.s390",
                  "product_id": "php74-xmlrpc-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.62.1.s390",
                  "product_id": "php74-xmlwriter-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-xsl-7.4.33-1.62.1.s390",
                  "product_id": "php74-xsl-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-zip-7.4.33-1.62.1.s390",
                  "product_id": "php74-zip-7.4.33-1.62.1.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.62.1.s390",
                "product": {
                  "name": "php74-zlib-7.4.33-1.62.1.s390",
                  "product_id": "php74-zlib-7.4.33-1.62.1.s390"
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.62.1.s390x",
                  "product_id": "apache2-mod_php74-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-7.4.33-1.62.1.s390x",
                  "product_id": "php74-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.62.1.s390x",
                  "product_id": "php74-bcmath-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-bz2-7.4.33-1.62.1.s390x",
                  "product_id": "php74-bz2-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-calendar-7.4.33-1.62.1.s390x",
                  "product_id": "php74-calendar-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-ctype-7.4.33-1.62.1.s390x",
                  "product_id": "php74-ctype-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-curl-7.4.33-1.62.1.s390x",
                  "product_id": "php74-curl-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-dba-7.4.33-1.62.1.s390x",
                  "product_id": "php74-dba-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-devel-7.4.33-1.62.1.s390x",
                  "product_id": "php74-devel-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-dom-7.4.33-1.62.1.s390x",
                  "product_id": "php74-dom-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-embed-7.4.33-1.62.1.s390x",
                  "product_id": "php74-embed-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-enchant-7.4.33-1.62.1.s390x",
                  "product_id": "php74-enchant-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-exif-7.4.33-1.62.1.s390x",
                  "product_id": "php74-exif-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.62.1.s390x",
                  "product_id": "php74-fastcgi-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.62.1.s390x",
                  "product_id": "php74-fileinfo-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-firebird-7.4.33-1.62.1.s390x",
                  "product_id": "php74-firebird-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-fpm-7.4.33-1.62.1.s390x",
                  "product_id": "php74-fpm-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-ftp-7.4.33-1.62.1.s390x",
                  "product_id": "php74-ftp-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-gd-7.4.33-1.62.1.s390x",
                  "product_id": "php74-gd-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-gettext-7.4.33-1.62.1.s390x",
                  "product_id": "php74-gettext-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-gmp-7.4.33-1.62.1.s390x",
                  "product_id": "php74-gmp-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-iconv-7.4.33-1.62.1.s390x",
                  "product_id": "php74-iconv-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-intl-7.4.33-1.62.1.s390x",
                  "product_id": "php74-intl-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-json-7.4.33-1.62.1.s390x",
                  "product_id": "php74-json-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-ldap-7.4.33-1.62.1.s390x",
                  "product_id": "php74-ldap-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.62.1.s390x",
                  "product_id": "php74-mbstring-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-mysql-7.4.33-1.62.1.s390x",
                  "product_id": "php74-mysql-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-odbc-7.4.33-1.62.1.s390x",
                  "product_id": "php74-odbc-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-opcache-7.4.33-1.62.1.s390x",
                  "product_id": "php74-opcache-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-openssl-7.4.33-1.62.1.s390x",
                  "product_id": "php74-openssl-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.62.1.s390x",
                  "product_id": "php74-pcntl-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-pdo-7.4.33-1.62.1.s390x",
                  "product_id": "php74-pdo-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.62.1.s390x",
                  "product_id": "php74-pgsql-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-phar-7.4.33-1.62.1.s390x",
                  "product_id": "php74-phar-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-posix-7.4.33-1.62.1.s390x",
                  "product_id": "php74-posix-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-readline-7.4.33-1.62.1.s390x",
                  "product_id": "php74-readline-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-shmop-7.4.33-1.62.1.s390x",
                  "product_id": "php74-shmop-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-snmp-7.4.33-1.62.1.s390x",
                  "product_id": "php74-snmp-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-soap-7.4.33-1.62.1.s390x",
                  "product_id": "php74-soap-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-sockets-7.4.33-1.62.1.s390x",
                  "product_id": "php74-sockets-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-sodium-7.4.33-1.62.1.s390x",
                  "product_id": "php74-sodium-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.62.1.s390x",
                  "product_id": "php74-sqlite-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.62.1.s390x",
                  "product_id": "php74-sysvmsg-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.62.1.s390x",
                  "product_id": "php74-sysvsem-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.62.1.s390x",
                  "product_id": "php74-sysvshm-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-test-7.4.33-1.62.1.s390x",
                  "product_id": "php74-test-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-tidy-7.4.33-1.62.1.s390x",
                  "product_id": "php74-tidy-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.62.1.s390x",
                  "product_id": "php74-tokenizer-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.62.1.s390x",
                  "product_id": "php74-xmlreader-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.62.1.s390x",
                  "product_id": "php74-xmlrpc-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.62.1.s390x",
                  "product_id": "php74-xmlwriter-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-xsl-7.4.33-1.62.1.s390x",
                  "product_id": "php74-xsl-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-zip-7.4.33-1.62.1.s390x",
                  "product_id": "php74-zip-7.4.33-1.62.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.62.1.s390x",
                "product": {
                  "name": "php74-zlib-7.4.33-1.62.1.s390x",
                  "product_id": "php74-zlib-7.4.33-1.62.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.62.1.x86_64",
                  "product_id": "apache2-mod_php74-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-bcmath-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-bz2-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-bz2-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-calendar-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-calendar-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-ctype-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-ctype-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-curl-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-curl-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-dba-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-dba-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-devel-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-devel-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-dom-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-dom-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-embed-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-embed-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-enchant-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-enchant-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-exif-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-exif-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-fastcgi-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-fileinfo-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-firebird-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-firebird-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-fpm-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-fpm-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-ftp-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-ftp-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-gd-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-gd-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-gettext-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-gettext-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-gmp-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-gmp-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-iconv-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-iconv-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-intl-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-intl-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-json-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-json-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-ldap-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-ldap-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-mbstring-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-mysql-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-mysql-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-odbc-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-odbc-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-opcache-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-opcache-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-openssl-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-openssl-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-pcntl-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-pdo-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-pdo-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-pgsql-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-phar-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-phar-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-posix-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-posix-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-readline-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-readline-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-shmop-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-shmop-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-snmp-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-snmp-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-soap-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-soap-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-sockets-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-sockets-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-sodium-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-sodium-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-sqlite-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-sysvmsg-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-sysvsem-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-sysvshm-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-test-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-test-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-tidy-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-tidy-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-tokenizer-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-xmlreader-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-xmlrpc-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-xmlwriter-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-xsl-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-xsl-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-zip-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-zip-7.4.33-1.62.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.62.1.x86_64",
                "product": {
                  "name": "php74-zlib-7.4.33-1.62.1.x86_64",
                  "product_id": "php74-zlib-7.4.33-1.62.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Web and Scripting 12",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Web and Scripting 12",
                  "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-web-scripting:12"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                  "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-sdk:12:sp5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php74-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "apache2-mod_php74-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php74-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "apache2-mod_php74-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php74-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.s390x"
        },
        "product_reference": "apache2-mod_php74-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php74-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "apache2-mod_php74-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-bcmath-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-bcmath-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-bcmath-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-bcmath-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-bcmath-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-bcmath-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-bcmath-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-bcmath-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-bz2-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-bz2-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-bz2-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-bz2-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-bz2-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-bz2-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-bz2-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-bz2-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-calendar-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-calendar-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-calendar-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-calendar-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-calendar-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-calendar-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-calendar-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-calendar-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ctype-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-ctype-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ctype-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-ctype-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ctype-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-ctype-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ctype-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-ctype-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-curl-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-curl-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-curl-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-curl-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-curl-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-curl-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-curl-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-curl-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-dba-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-dba-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-dba-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-dba-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-dba-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-dba-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-dba-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-dba-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-dom-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-dom-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-dom-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-dom-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-dom-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-dom-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-dom-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-dom-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-enchant-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-enchant-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-enchant-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-enchant-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-enchant-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-enchant-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-enchant-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-enchant-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-exif-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-exif-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-exif-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-exif-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-exif-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-exif-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-exif-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-exif-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fastcgi-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-fastcgi-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fastcgi-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-fastcgi-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fastcgi-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-fastcgi-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fastcgi-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-fastcgi-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fileinfo-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-fileinfo-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fileinfo-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-fileinfo-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fileinfo-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-fileinfo-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fileinfo-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-fileinfo-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fpm-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-fpm-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fpm-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-fpm-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fpm-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-fpm-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-fpm-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-fpm-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ftp-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-ftp-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ftp-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-ftp-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ftp-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-ftp-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ftp-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-ftp-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gd-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-gd-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gd-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-gd-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gd-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-gd-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gd-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-gd-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gettext-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-gettext-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gettext-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-gettext-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gettext-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-gettext-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gettext-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-gettext-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gmp-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-gmp-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gmp-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-gmp-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gmp-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-gmp-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-gmp-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-gmp-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-iconv-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-iconv-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-iconv-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-iconv-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-iconv-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-iconv-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-iconv-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-iconv-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-intl-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-intl-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-intl-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-intl-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-intl-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-intl-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-intl-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-intl-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-json-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-json-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-json-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-json-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-json-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-json-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-json-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-json-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ldap-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-ldap-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ldap-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-ldap-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ldap-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-ldap-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-ldap-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-ldap-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-mbstring-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-mbstring-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-mbstring-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-mbstring-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-mbstring-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-mbstring-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-mbstring-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-mbstring-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-mysql-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-mysql-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-mysql-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-mysql-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-mysql-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-mysql-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-mysql-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-mysql-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-odbc-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-odbc-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-odbc-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-odbc-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-odbc-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-odbc-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-odbc-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-odbc-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-opcache-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-opcache-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-opcache-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-opcache-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-opcache-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-opcache-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-opcache-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-opcache-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-openssl-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-openssl-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-openssl-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-openssl-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-openssl-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-openssl-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-openssl-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-openssl-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pcntl-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-pcntl-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pcntl-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-pcntl-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pcntl-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-pcntl-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pcntl-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-pcntl-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pdo-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-pdo-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pdo-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-pdo-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pdo-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-pdo-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pdo-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-pdo-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pgsql-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-pgsql-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pgsql-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-pgsql-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pgsql-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-pgsql-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-pgsql-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-pgsql-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-phar-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-phar-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-phar-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-phar-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-phar-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-phar-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-phar-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-phar-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-posix-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-posix-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-posix-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-posix-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-posix-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-posix-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-posix-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-posix-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-readline-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-readline-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-readline-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-readline-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-readline-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-readline-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-readline-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-readline-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-shmop-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-shmop-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-shmop-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-shmop-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-shmop-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-shmop-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-shmop-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-shmop-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-snmp-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-snmp-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-snmp-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-snmp-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-snmp-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-snmp-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-snmp-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-snmp-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-soap-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-soap-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-soap-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-soap-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-soap-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-soap-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-soap-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-soap-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sockets-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-sockets-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sockets-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-sockets-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sockets-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-sockets-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sockets-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-sockets-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sodium-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-sodium-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sodium-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-sodium-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sodium-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-sodium-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sodium-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-sodium-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sqlite-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-sqlite-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sqlite-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-sqlite-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sqlite-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-sqlite-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sqlite-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-sqlite-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvmsg-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-sysvmsg-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvmsg-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-sysvmsg-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvmsg-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-sysvmsg-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvmsg-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-sysvmsg-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvsem-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-sysvsem-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvsem-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-sysvsem-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvsem-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-sysvsem-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvsem-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-sysvsem-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvshm-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-sysvshm-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvshm-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-sysvshm-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvshm-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-sysvshm-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-sysvshm-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-sysvshm-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-tidy-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-tidy-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-tidy-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-tidy-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-tidy-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-tidy-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-tidy-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-tidy-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-tokenizer-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-tokenizer-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-tokenizer-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-tokenizer-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-tokenizer-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-tokenizer-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-tokenizer-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-tokenizer-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlreader-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-xmlreader-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlreader-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-xmlreader-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlreader-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-xmlreader-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlreader-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-xmlreader-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlrpc-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-xmlrpc-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlrpc-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-xmlrpc-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlrpc-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-xmlrpc-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlrpc-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-xmlrpc-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlwriter-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-xmlwriter-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlwriter-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-xmlwriter-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlwriter-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-xmlwriter-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xmlwriter-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-xmlwriter-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xsl-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-xsl-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xsl-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-xsl-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xsl-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-xsl-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-xsl-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-xsl-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-zip-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-zip-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-zip-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-zip-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-zip-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-zip-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-zip-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-zip-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-zlib-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-zlib-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-zlib-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-zlib-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-zlib-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-zlib-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-zlib-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
          "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-zlib-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-devel-7.4.33-1.62.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.aarch64"
        },
        "product_reference": "php74-devel-7.4.33-1.62.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-devel-7.4.33-1.62.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.ppc64le"
        },
        "product_reference": "php74-devel-7.4.33-1.62.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-devel-7.4.33-1.62.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.s390x"
        },
        "product_reference": "php74-devel-7.4.33-1.62.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php74-devel-7.4.33-1.62.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.x86_64"
        },
        "product_reference": "php74-devel-7.4.33-1.62.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-3823",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-3823"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.  \n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-3823",
          "url": "https://www.suse.com/security/cve/CVE-2023-3823"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214106 for CVE-2023-3823",
          "url": "https://bugzilla.suse.com/1214106"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-08-28T08:45:24Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-3823"
    },
    {
      "cve": "CVE-2023-3824",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-3824"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP version 8.0.* before 8.0.30,   8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.  \n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-3824",
          "url": "https://www.suse.com/security/cve/CVE-2023-3824"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214103 for CVE-2023-3824",
          "url": "https://bugzilla.suse.com/1214103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.62.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.62.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-08-28T08:45:24Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-3824"
    }
  ]
}
  suse-su-2023:3498-1
Vulnerability from csaf_suse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for php7",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for php7 fixes the following issues:\n\n- CVE-2023-3823: Fixed an issue with external entity loading in XML without enabling it. (bsc#1214106)\n- CVE-2023-3824: Fixed a buffer overflow in phar_dir_read(). (bsc#1214103)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2023-3498,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3498,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3498,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3498,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3498,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3498,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3498,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3498,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3498,SUSE-Storage-7-2023-3498,SUSE-Storage-7.1-2023-3498,openSUSE-SLE-15.4-2023-3498",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3498-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2023:3498-1",
        "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233498-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2023:3498-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2023-August/031265.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214103",
        "url": "https://bugzilla.suse.com/1214103"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214106",
        "url": "https://bugzilla.suse.com/1214106"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-3823 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-3823/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-3824 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-3824/"
      }
    ],
    "title": "Security update for php7",
    "tracking": {
      "current_release_date": "2023-08-31T07:02:03Z",
      "generator": {
        "date": "2023-08-31T07:02:03Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2023:3498-1",
      "initial_release_date": "2023-08-31T07:02:03Z",
      "revision_history": [
        {
          "date": "2023-08-31T07:02:03Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-bcmath-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-bz2-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-calendar-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-ctype-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-curl-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-dba-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-devel-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-dom-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-embed-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-enchant-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-exif-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-firebird-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-fpm-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-ftp-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-gd-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-gettext-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-gmp-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-iconv-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-intl-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-json-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-ldap-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-mbstring-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-mysql-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-odbc-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-opcache-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-openssl-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-pcntl-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-pdo-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-pgsql-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-phar-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-posix-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-readline-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-shmop-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-snmp-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-soap-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-sockets-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-sodium-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-sqlite-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-test-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-tidy-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-xsl-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-zip-7.4.33-150200.3.60.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
                  "product_id": "php7-zlib-7.4.33-150200.3.60.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.60.1.i586",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-bcmath-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-bz2-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-calendar-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-ctype-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-curl-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-dba-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-devel-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-dom-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-embed-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-enchant-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-exif-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-firebird-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-fpm-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-ftp-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-gd-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-gettext-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-gmp-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-iconv-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-intl-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-json-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-ldap-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-mbstring-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-mysql-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-odbc-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-opcache-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-openssl-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-pcntl-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-pdo-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-pgsql-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-phar-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-posix-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-readline-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-shmop-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-snmp-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-soap-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-sockets-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-sodium-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-sqlite-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-test-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-tidy-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-xsl-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-zip-7.4.33-150200.3.60.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.60.1.i586",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.60.1.i586",
                  "product_id": "php7-zlib-7.4.33-150200.3.60.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-bz2-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-calendar-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-ctype-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-curl-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-dba-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-devel-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-dom-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-embed-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-enchant-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-exif-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-firebird-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-fpm-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-ftp-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-gd-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-gettext-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-gmp-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-iconv-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-intl-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-json-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-ldap-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-mysql-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-odbc-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-opcache-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-openssl-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-pdo-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-phar-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-posix-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-readline-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-shmop-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-snmp-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-soap-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-sockets-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-sodium-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-test-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-tidy-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-xsl-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-zip-7.4.33-150200.3.60.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
                  "product_id": "php7-zlib-7.4.33-150200.3.60.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-bcmath-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-bz2-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-calendar-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-ctype-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-curl-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-dba-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-devel-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-dom-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-embed-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-enchant-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-exif-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-firebird-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-fpm-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-ftp-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-gd-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-gettext-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-gmp-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-iconv-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-intl-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-json-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-ldap-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-mbstring-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-mysql-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-odbc-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-opcache-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-openssl-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-pcntl-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-pdo-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-pgsql-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-phar-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-posix-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-readline-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-shmop-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-snmp-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-soap-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-sockets-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-sodium-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-sqlite-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-test-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-tidy-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-xsl-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-zip-7.4.33-150200.3.60.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.60.1.s390x",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.60.1.s390x",
                  "product_id": "php7-zlib-7.4.33-150200.3.60.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-bcmath-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-bz2-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-calendar-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-ctype-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-curl-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-dba-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-devel-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-dom-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-embed-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-enchant-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-exif-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-firebird-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-fpm-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-ftp-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-gd-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-gettext-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-gmp-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-iconv-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-intl-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-json-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-ldap-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-mbstring-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-mysql-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-odbc-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-opcache-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-openssl-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-pcntl-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-pdo-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-pgsql-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-phar-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-posix-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-readline-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-shmop-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-snmp-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-soap-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-sockets-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-sodium-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-sqlite-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-test-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-tidy-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-xsl-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-zip-7.4.33-150200.3.60.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
                  "product_id": "php7-zlib-7.4.33-150200.3.60.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Server 4.2",
                "product": {
                  "name": "SUSE Manager Server 4.2",
                  "product_id": "SUSE Manager Server 4.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-server:4.2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Enterprise Storage 7",
                "product": {
                  "name": "SUSE Enterprise Storage 7",
                  "product_id": "SUSE Enterprise Storage 7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:ses:7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Enterprise Storage 7.1",
                "product": {
                  "name": "SUSE Enterprise Storage 7.1",
                  "product_id": "SUSE Enterprise Storage 7.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:ses:7.1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.4",
                "product": {
                  "name": "openSUSE Leap 15.4",
                  "product_id": "openSUSE Leap 15.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.4"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.ppc64le as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.s390x as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Manager Server 4.2",
          "product_id": "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7",
          "product_id": "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150200.3.60.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-firebird-7.4.33-150200.3.60.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64"
        },
        "product_reference": "php7-firebird-7.4.33-150200.3.60.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-firebird-7.4.33-150200.3.60.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le"
        },
        "product_reference": "php7-firebird-7.4.33-150200.3.60.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-firebird-7.4.33-150200.3.60.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x"
        },
        "product_reference": "php7-firebird-7.4.33-150200.3.60.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-firebird-7.4.33-150200.3.60.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
        },
        "product_reference": "php7-firebird-7.4.33-150200.3.60.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-3823",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-3823"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.  \n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
          "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
          "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
          "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-3823",
          "url": "https://www.suse.com/security/cve/CVE-2023-3823"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214106 for CVE-2023-3823",
          "url": "https://bugzilla.suse.com/1214106"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-08-31T07:02:03Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-3823"
    },
    {
      "cve": "CVE-2023-3824",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-3824"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP version 8.0.* before 8.0.30,   8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE.  \n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
          "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
          "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
          "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
          "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
          "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
          "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
          "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-3824",
          "url": "https://www.suse.com/security/cve/CVE-2023-3824"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214103 for CVE-2023-3824",
          "url": "https://bugzilla.suse.com/1214103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:apache2-mod_php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-bcmath-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-bz2-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-calendar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ctype-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-curl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-dba-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-devel-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-dom-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-enchant-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-exif-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fastcgi-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fileinfo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-fpm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ftp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gd-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gettext-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-gmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-iconv-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-intl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-json-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-ldap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-mbstring-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-mysql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-odbc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-opcache-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-openssl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pcntl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pdo-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-pgsql-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-phar-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-posix-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-readline-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-shmop-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-snmp-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-soap-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sockets-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sodium-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sqlite-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvmsg-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvsem-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-sysvshm-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-tidy-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-tokenizer-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlreader-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlrpc-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xmlwriter-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-xsl-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-zip-7.4.33-150200.3.60.1.x86_64",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.ppc64le",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.s390x",
            "SUSE Manager Server 4.2:php7-zlib-7.4.33-150200.3.60.1.x86_64",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.aarch64",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.ppc64le",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.s390x",
            "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.60.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-08-31T07:02:03Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-3824"
    }
  ]
}
  msrc_cve-2023-3823
Vulnerability from csaf_microsoft
Notes
{
  "document": {
    "category": "csaf_vex",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Public",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en-US",
    "notes": [
      {
        "category": "general",
        "text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
        "title": "Additional Resources"
      },
      {
        "category": "legal_disclaimer",
        "text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
        "title": "Disclaimer"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "secure@microsoft.com",
      "name": "Microsoft Security Response Center",
      "namespace": "https://msrc.microsoft.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "CVE-2023-3823 Security issue with external entity loading in XML without enabling it - VEX",
        "url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-3823.json"
      },
      {
        "category": "external",
        "summary": "Microsoft Support Lifecycle",
        "url": "https://support.microsoft.com/lifecycle"
      },
      {
        "category": "external",
        "summary": "Common Vulnerability Scoring System",
        "url": "https://www.first.org/cvss"
      }
    ],
    "title": "Security issue with external entity loading in XML without enabling it",
    "tracking": {
      "current_release_date": "2023-08-23T00:00:00.000Z",
      "generator": {
        "date": "2025-10-20T00:37:53.042Z",
        "engine": {
          "name": "MSRC Generator",
          "version": "1.0"
        }
      },
      "id": "msrc_CVE-2023-3823",
      "initial_release_date": "2023-08-01T00:00:00.000Z",
      "revision_history": [
        {
          "date": "2023-08-23T00:00:00.000Z",
          "legacy_version": "1",
          "number": "1",
          "summary": "Information published."
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "3.0",
                "product": {
                  "name": "Azure Linux 3.0",
                  "product_id": "17084"
                }
              },
              {
                "category": "product_version",
                "name": "2.0",
                "product": {
                  "name": "CBL Mariner 2.0",
                  "product_id": "17086"
                }
              }
            ],
            "category": "product_name",
            "name": "Azure Linux"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003cazl3 php 8.3.19-1",
                "product": {
                  "name": "\u003cazl3 php 8.3.19-1",
                  "product_id": "1"
                }
              },
              {
                "category": "product_version",
                "name": "azl3 php 8.3.19-1",
                "product": {
                  "name": "azl3 php 8.3.19-1",
                  "product_id": "19269"
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003ccbl2 php 8.1.22-1",
                "product": {
                  "name": "\u003ccbl2 php 8.1.22-1",
                  "product_id": "2"
                }
              },
              {
                "category": "product_version",
                "name": "cbl2 php 8.1.22-1",
                "product": {
                  "name": "cbl2 php 8.1.22-1",
                  "product_id": "18329"
                }
              }
            ],
            "category": "product_name",
            "name": "php"
          }
        ],
        "category": "vendor",
        "name": "Microsoft"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003cazl3 php 8.3.19-1 as a component of Azure Linux 3.0",
          "product_id": "17084-1"
        },
        "product_reference": "1",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "azl3 php 8.3.19-1 as a component of Azure Linux 3.0",
          "product_id": "19269-17084"
        },
        "product_reference": "19269",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003ccbl2 php 8.1.22-1 as a component of CBL Mariner 2.0",
          "product_id": "17086-2"
        },
        "product_reference": "2",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cbl2 php 8.1.22-1 as a component of CBL Mariner 2.0",
          "product_id": "18329-17086"
        },
        "product_reference": "18329",
        "relates_to_product_reference": "17086"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-3823",
      "cwe": {
        "id": "CWE-611",
        "name": "Improper Restriction of XML External Entity Reference"
      },
      "notes": [
        {
          "category": "general",
          "text": "php",
          "title": "Assigning CNA"
        }
      ],
      "product_status": {
        "fixed": [
          "19269-17084",
          "18329-17086"
        ],
        "known_affected": [
          "17084-1",
          "17086-2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-3823 Security issue with external entity loading in XML without enabling it - VEX",
          "url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-3823.json"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-08-23T00:00:00.000Z",
          "details": "Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
          "product_ids": [
            "17084-1"
          ],
          "url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
        },
        {
          "category": "vendor_fix",
          "date": "2023-08-23T00:00:00.000Z",
          "details": "8.1.22-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
          "product_ids": [
            "17086-2"
          ],
          "url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "environmentalsScore": 0.0,
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "temporalScore": 7.5,
            "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": [
            "17084-1",
            "17086-2"
          ]
        }
      ],
      "title": "Security issue with external entity loading in XML without enabling it"
    }
  ]
}
  fkie_cve-2023-3823
Vulnerability from fkie_nvd
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
| URL | Tags | ||
|---|---|---|---|
| security@php.net | https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr | Exploit, Third Party Advisory | |
| security@php.net | https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html | Mailing List | |
| security@php.net | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/ | Mailing List | |
| security@php.net | https://security.netapp.com/advisory/ntap-20230825-0001/ | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr | Exploit, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html | Mailing List | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/ | Mailing List | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20230825-0001/ | Third Party Advisory | 
| Vendor | Product | Version | |
|---|---|---|---|
| php | php | * | |
| php | php | * | |
| php | php | * | |
| fedoraproject | fedora | 38 | |
| debian | debian_linux | 10.0 | 
{
  "configurations": [
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "C516377E-EAA8-4534-B0B8-4BF7A664DDFD",
              "versionEndExcluding": "8.0.30",
              "versionStartIncluding": "8.0.0",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "3DA6AD3E-CB35-4AF2-86E9-3BC831728058",
              "versionEndExcluding": "8.1.22",
              "versionStartIncluding": "8.1.0",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "75AD1BDB-02D7-4727-8F08-8E1F794DB842",
              "versionEndExcluding": "8.2.9",
              "versionStartIncluding": "8.2.0",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    },
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*",
              "matchCriteriaId": "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    },
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
              "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    }
  ],
  "cveTags": [],
  "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."
    },
    {
      "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."
    }
  ],
  "id": "CVE-2023-3823",
  "lastModified": "2025-02-13T17:16:59.300",
  "metrics": {
    "cvssMetricV31": [
      {
        "cvssData": {
          "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"
        },
        "exploitabilityScore": 3.9,
        "impactScore": 4.7,
        "source": "security@php.net",
        "type": "Secondary"
      },
      {
        "cvssData": {
          "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,
        "source": "nvd@nist.gov",
        "type": "Primary"
      }
    ]
  },
  "published": "2023-08-11T06:15:09.283",
  "references": [
    {
      "source": "security@php.net",
      "tags": [
        "Exploit",
        "Third Party Advisory"
      ],
      "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr"
    },
    {
      "source": "security@php.net",
      "tags": [
        "Mailing List"
      ],
      "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": [
        "Third Party Advisory"
      ],
      "url": "https://security.netapp.com/advisory/ntap-20230825-0001/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Exploit",
        "Third Party Advisory"
      ],
      "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Mailing List"
      ],
      "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Mailing List"
      ],
      "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Third Party Advisory"
      ],
      "url": "https://security.netapp.com/advisory/ntap-20230825-0001/"
    }
  ],
  "sourceIdentifier": "security@php.net",
  "vulnStatus": "Modified",
  "weaknesses": [
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-611"
        }
      ],
      "source": "nvd@nist.gov",
      "type": "Primary"
    }
  ]
}
  Sightings
| Author | Source | Type | Date | 
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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.